Html Css Color HEX #240E19 Blackberry

📋 copy color: '#240E19'

red 36 ◦ green 14 ◦ blue 25

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

Shades of Blackberry #240E19

Tints of Blackberry #240E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.67%

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

R = 48%
G = 18.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#240E19 (or 0x240E19) is known color: Blackberry. HEX triplet: 24, 0E and 19. RGB value is (36,14,25). Sum of RGB (Red+Green+Blue) = 36+14+25=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #240E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E19 is #DBF1E6. Grayscale: #151515. Windows color (decimal): -14414311 or 1642020. OLE color: 1642020.

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

Color convert

RGB 36 14 25 -
CMYK 0 0.61 0.31 0.86
HSL 330º 0.44% 0.1% -
HSV(B) 330º 0.61% 0.14% -
XYZ 1.06 0.76 1.01 -
YUV 21.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 36 14 25 0 0.61 0.31 0.86 330 0.44 0.1
Hex 24 E 19 0 3D 1F 56 14A 2C A
Octal 44 16 31 0 75 37 126 512 54 12
Binary 100100 1110 11001 0 111101 11111 1010110 101001010 101100 1010

Color Harmonies of #240E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E19

Black with #240E19

Text Example


Text Example

White with #240E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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