Html Css Color HEX #240515 Blackberry

📋 copy color: '#240515'

red 36 ◦ green 5 ◦ blue 21

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

Shades of Blackberry #240515

Tints of Blackberry #240515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 33.87%

R = 58.06%
G = 8.06%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.86

RGB Variations

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

Color information

#240515 (or 0x240515) is known color: Blackberry. HEX triplet: 24, 05 and 15. RGB value is (36,5,21). Sum of RGB (Red+Green+Blue) = 36+5+21=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240515 is #DBFAEA. Grayscale: #101010. Windows color (decimal): -14416619 or 1377572. OLE color: 1377572.

HSL color Cylindrical-coordinate representation of color #240515: hue angle of 329.03º 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 #240515 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 5 21 -
CMYK 0 0.86 0.42 0.86
HSL 329.03º 0.76% 0.08% -
HSV(B) 329.03º 0.86% 0.14% -
XYZ 0.92 0.54 0.76 -
YUV 16.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 36 5 21 0 0.86 0.42 0.86 329.03 0.76 0.08
Hex 24 5 15 0 56 2A 56 149 4C 8
Octal 44 5 25 0 126 52 126 511 114 10
Binary 100100 101 10101 0 1010110 101010 1010110 101001001 1001100 1000

Color Harmonies of #240515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240515

Black with #240515

Text Example


Text Example

White with #240515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240515; }

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

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

background-color css

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

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

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

border-color css

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

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

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