Html Css Color HEX #280819 Blackberry

📋 copy color: '#280819'

red 40 ◦ green 8 ◦ blue 25

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

Shades of Blackberry #280819

Tints of Blackberry #280819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.96%

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

R = 54.79%
G = 10.96%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#280819 (or 0x280819) is known color: Blackberry. HEX triplet: 28, 08 and 19. RGB value is (40,8,25). Sum of RGB (Red+Green+Blue) = 40+8+25=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #280819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280819 is #D7F7E6. Grayscale: #131313. Windows color (decimal): -14153703 or 1640488. OLE color: 1640488.

HSL color Cylindrical-coordinate representation of color #280819: hue angle of 328.12º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280819 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 8 25 -
CMYK 0 0.80 0.38 0.84
HSL 328.13º 0.67% 0.09% -
HSV(B) 328.13º 0.8% 0.16% -
XYZ 1.14 0.69 0.99 -
YUV 19.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 40 8 25 0 0.80 0.38 0.84 328.13 0.67 0.09
Hex 28 8 19 0 50 26 54 148 43 9
Octal 50 10 31 0 120 46 124 510 103 11
Binary 101000 1000 11001 0 1010000 100110 1010100 101001000 1000011 1001

Color Harmonies of #280819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280819

Black with #280819

Text Example


Text Example

White with #280819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280819; }

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

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

background-color css

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

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

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

border-color css

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

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

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