Html Css Color HEX #280C19 Blackberry

📋 copy color: '#280C19'

red 40 ◦ green 12 ◦ blue 25

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

Shades of Blackberry #280C19

Tints of Blackberry #280C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.58%

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

R = 51.95%
G = 15.58%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#280C19 (or 0x280C19) is known color: Blackberry. HEX triplet: 28, 0C and 19. RGB value is (40,12,25). Sum of RGB (Red+Green+Blue) = 40+12+25=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #280C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C19 is #D7F3E6. Grayscale: #151515. Windows color (decimal): -14152679 or 1641512. OLE color: 1641512.

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

Color convert

RGB 40 12 25 -
CMYK 0 0.70 0.38 0.84
HSL 332.14º 0.54% 0.1% -
HSV(B) 332.14º 0.7% 0.16% -
XYZ 1.18 0.78 1.01 -
YUV 21.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 40 12 25 0 0.70 0.38 0.84 332.14 0.54 0.1
Hex 28 C 19 0 46 26 54 14C 36 A
Octal 50 14 31 0 106 46 124 514 66 12
Binary 101000 1100 11001 0 1000110 100110 1010100 101001100 110110 1010

Color Harmonies of #280C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C19

Black with #280C19

Text Example


Text Example

White with #280C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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