Html Css Color HEX #280B19 Blackberry

📋 copy color: '#280B19'

red 40 ◦ green 11 ◦ blue 25

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

Shades of Blackberry #280B19

Tints of Blackberry #280B19

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.47%

 BLUE value IS 25 (10.16% from 255) = 32.89%

R = 52.63%
G = 14.47%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#280B19 (or 0x280B19) is known color: Blackberry. HEX triplet: 28, 0B and 19. RGB value is (40,11,25). Sum of RGB (Red+Green+Blue) = 40+11+25=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #280B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B19 is #D7F4E6. Grayscale: #151515. Windows color (decimal): -14152935 or 1641256. OLE color: 1641256.

HSL color Cylindrical-coordinate representation of color #280B19: hue angle of 331.03º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B19 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 11 25 -
CMYK 0 0.72 0.38 0.84
HSL 331.03º 0.57% 0.1% -
HSV(B) 331.03º 0.73% 0.16% -
XYZ 1.17 0.76 1 -
YUV 21.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 40 11 25 0 0.72 0.38 0.84 331.03 0.57 0.1
Hex 28 B 19 0 48 26 54 14B 39 A
Octal 50 13 31 0 110 46 124 513 71 12
Binary 101000 1011 11001 0 1001000 100110 1010100 101001011 111001 1010

Color Harmonies of #280B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B19

Black with #280B19

Text Example


Text Example

White with #280B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,11,25); }

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

background-color css

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

 a { background-color: rgb(40,11,25); }

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

border-color css

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

 span { border-color: rgb(40,11,25); }

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