Html Css Color HEX #280E1A Blackberry

📋 copy color: '#280E1A'

red 40 ◦ green 14 ◦ blue 26

#280E1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #280E1A

Tints of Blackberry #280E1A

RGB

 RED value IS 40 (16.02% from 255) = 50%

 GREEN value IS 14 (5.86% from 255) = 17.5%

 BLUE value IS 26 (10.55% from 255) = 32.5%

R = 50%
G = 17.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.84

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#280E1A (or 0x280E1A) is known color: Blackberry. HEX triplet: 28, 0E and 1A. RGB value is (40,14,26). Sum of RGB (Red+Green+Blue) = 40+14+26=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #280E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E1A is #D7F1E5. Grayscale: #171717. Windows color (decimal): -14152166 or 1707560. OLE color: 1707560.

HSL color Cylindrical-coordinate representation of color #280E1A: hue angle of 332.31º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E1A is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 14 26 -
CMYK 0 0.65 0.35 0.84
HSL 332.31º 0.48% 0.11% -
HSV(B) 332.31º 0.65% 0.16% -
XYZ 1.22 0.84 1.08 -
YUV 23.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 40 14 26 0 0.65 0.35 0.84 332.31 0.48 0.11
Hex 28 E 1A 0 41 23 54 14C 30 B
Octal 50 16 32 0 101 43 124 514 60 13
Binary 101000 1110 11010 0 1000001 100011 1010100 101001100 110000 1011

Color Harmonies of #280E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E1A

Black with #280E1A

Text Example


Text Example

White with #280E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280E1A; }

 p { color: rgb(40,14,26); }

 H1.HeaderClassName
 {
   color: #280E1A;
 }
 .AnyTagClassName
 {
   color: #280E1A;
 }
</style>

background-color css

<style>
 a { background-color: #280E1A; }

 a { background-color: rgb(40,14,26); }

 div.DivClassName
 {
   background-color: #280E1A;
 }
 .BgClassName
 {
   background-color: #280E1A;
 }
</style>

border-color css

<style>
 span { border-color: #280E1A; }

 span { border-color: rgb(40,14,26); }

 td.TdClassName
 {
   border-color: #280E1A;
 }
 .TagClassName
 {
   border-color: #280E1A;
 }
</style>