Html Css Color HEX #280718 Blackberry

📋 copy color: '#280718'

red 40 ◦ green 7 ◦ blue 24

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

Shades of Blackberry #280718

Tints of Blackberry #280718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.86%

 BLUE value IS 24 (9.77% from 255) = 33.8%

R = 56.34%
G = 9.86%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.84

RGB Variations

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

Color information

#280718 (or 0x280718) is known color: Blackberry. HEX triplet: 28, 07 and 18. RGB value is (40,7,24). Sum of RGB (Red+Green+Blue) = 40+7+24=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280718 is #D7F8E7. Grayscale: #121212. Windows color (decimal): -14153960 or 1574696. OLE color: 1574696.

HSL color Cylindrical-coordinate representation of color #280718: hue angle of 329.09º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280718 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 7 24 -
CMYK 0 0.83 0.40 0.84
HSL 329.09º 0.7% 0.09% -
HSV(B) 329.09º 0.83% 0.16% -
XYZ 1.12 0.67 0.93 -
YUV 18.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 40 7 24 0 0.83 0.40 0.84 329.09 0.7 0.09
Hex 28 7 18 0 53 28 54 149 46 9
Octal 50 7 30 0 123 50 124 511 106 11
Binary 101000 111 11000 0 1010011 101000 1010100 101001001 1000110 1001

Color Harmonies of #280718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280718

Black with #280718

Text Example


Text Example

White with #280718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280718; }

 p { color: rgb(40,7,24); }

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

background-color css

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

 a { background-color: rgb(40,7,24); }

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

border-color css

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

 span { border-color: rgb(40,7,24); }

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