Html Css Color HEX #240919 Blackberry

📋 copy color: '#240919'

red 36 ◦ green 9 ◦ blue 25

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

Shades of Blackberry #240919

Tints of Blackberry #240919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.86%

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

R = 51.43%
G = 12.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#240919 (or 0x240919) is known color: Blackberry. HEX triplet: 24, 09 and 19. RGB value is (36,9,25). Sum of RGB (Red+Green+Blue) = 36+9+25=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 9 (3.91% from 255 or 12.86% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #240919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240919 is #DBF6E6. Grayscale: #121212. Windows color (decimal): -14415591 or 1640740. OLE color: 1640740.

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

Color convert

RGB 36 9 25 -
CMYK 0 0.75 0.31 0.86
HSL 324.44º 0.6% 0.09% -
HSV(B) 324.44º 0.75% 0.14% -
XYZ 1 0.64 0.99 -
YUV 18.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 36 9 25 0 0.75 0.31 0.86 324.44 0.6 0.09
Hex 24 9 19 0 4B 1F 56 144 3C 9
Octal 44 11 31 0 113 37 126 504 74 11
Binary 100100 1001 11001 0 1001011 11111 1010110 101000100 111100 1001

Color Harmonies of #240919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240919

Black with #240919

Text Example


Text Example

White with #240919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240919; }

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

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

background-color css

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

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

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

border-color css

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

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

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