Html Css Color HEX #240B17 Blackberry

📋 copy color: '#240B17'

red 36 ◦ green 11 ◦ blue 23

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

Shades of Blackberry #240B17

Tints of Blackberry #240B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.71%

 BLUE value IS 23 (9.38% from 255) = 32.86%

R = 51.43%
G = 15.71%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.86

RGB Variations

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

Color information

#240B17 (or 0x240B17) is known color: Blackberry. HEX triplet: 24, 0B and 17. RGB value is (36,11,23). Sum of RGB (Red+Green+Blue) = 36+11+23=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #240B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240B17 is #DBF4E8. Grayscale: #131313. Windows color (decimal): -14415081 or 1510180. OLE color: 1510180.

HSL color Cylindrical-coordinate representation of color #240B17: hue angle of 331.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #240B17 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 11 23 -
CMYK 0 0.69 0.36 0.86
HSL 331.2º 0.53% 0.09% -
HSV(B) 331.2º 0.69% 0.14% -
XYZ 1 0.68 0.89 -
YUV 19.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 36 11 23 0 0.69 0.36 0.86 331.2 0.53 0.09
Hex 24 B 17 0 45 24 56 14B 35 9
Octal 44 13 27 0 105 44 126 513 65 11
Binary 100100 1011 10111 0 1000101 100100 1010110 101001011 110101 1001

Color Harmonies of #240B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B17

Black with #240B17

Text Example


Text Example

White with #240B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,23); }

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

background-color css

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

 a { background-color: rgb(36,11,23); }

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

border-color css

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

 span { border-color: rgb(36,11,23); }

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