Html Css Color HEX #240519 Blackberry

📋 copy color: '#240519'

red 36 ◦ green 5 ◦ blue 25

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

Shades of Blackberry #240519

Tints of Blackberry #240519

RGB

 RED value IS 36 (14.45% from 255) = 54.55%

 GREEN value IS 5 (2.34% from 255) = 7.58%

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

R = 54.55%
G = 7.58%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#240519 (or 0x240519) is known color: Blackberry. HEX triplet: 24, 05 and 19. RGB value is (36,5,25). Sum of RGB (Red+Green+Blue) = 36+5+25=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #240519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240519 is #DBFAE6. Grayscale: #101010. Windows color (decimal): -14416615 or 1639716. OLE color: 1639716.

HSL color Cylindrical-coordinate representation of color #240519: hue angle of 321.29º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240519 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 5 25 -
CMYK 0 0.86 0.31 0.86
HSL 321.29º 0.76% 0.08% -
HSV(B) 321.29º 0.86% 0.14% -
XYZ 0.96 0.55 0.98 -
YUV 16.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 36 5 25 0 0.86 0.31 0.86 321.29 0.76 0.08
Hex 24 5 19 0 56 1F 56 141 4C 8
Octal 44 5 31 0 126 37 126 501 114 10
Binary 100100 101 11001 0 1010110 11111 1010110 101000001 1001100 1000

Color Harmonies of #240519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240519

Black with #240519

Text Example


Text Example

White with #240519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240519; }

 p { color: rgb(36,5,25); }

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

background-color css

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

 a { background-color: rgb(36,5,25); }

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

border-color css

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

 span { border-color: rgb(36,5,25); }

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