Html Css Color HEX #240019 Blackberry

📋 copy color: '#240019'

red 36 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #240019

Tints of Blackberry #240019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.02%
G = 0%
B = 40.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#240019 (or 0x240019) is known color: Blackberry. HEX triplet: 24, 00 and 19. RGB value is (36,0,25). Sum of RGB (Red+Green+Blue) = 36+0+25=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #240019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240019 is #DBFFE6. Grayscale: #0D0D0D. Windows color (decimal): -14417895 or 1638436. OLE color: 1638436.

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

Color convert

RGB 36 0 25 -
CMYK 0 1 0.31 0.86
HSL 318.33º 1% 0.07% -
HSV(B) 318.33º 1% 0.14% -
XYZ 0.9 0.45 0.96 -
YUV 13.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 36 0 25 0 1 0.31 0.86 318.33 1 0.07
Hex 24 0 19 0 64 1F 56 13E 64 7
Octal 44 0 31 0 144 37 126 476 144 7
Binary 100100 0 11001 0 1100100 11111 1010110 100111110 1100100 111

Color Harmonies of #240019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240019

Black with #240019

Text Example


Text Example

White with #240019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240019; }

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

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

background-color css

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

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

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

border-color css

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

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

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