Html Css Color HEX #210E17 Blackberry

📋 copy color: '#210E17'

red 33 ◦ green 14 ◦ blue 23

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

Shades of Blackberry #210E17

Tints of Blackberry #210E17

RGB

 RED value IS 33 (13.28% from 255) = 47.14%

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

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

R = 47.14%
G = 20%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#210E17 (or 0x210E17) is known color: Blackberry. HEX triplet: 21, 0E and 17. RGB value is (33,14,23). Sum of RGB (Red+Green+Blue) = 33+14+23=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #210E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210E17 is #DEF1E8. Grayscale: #141414. Windows color (decimal): -14610921 or 1510945. OLE color: 1510945.

HSL color Cylindrical-coordinate representation of color #210E17: hue angle of 331.58º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #210E17 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 14 23 -
CMYK 0 0.58 0.30 0.87
HSL 331.58º 0.4% 0.09% -
HSV(B) 331.58º 0.58% 0.13% -
XYZ 0.94 0.7 0.9 -
YUV 20.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 33 14 23 0 0.58 0.30 0.87 331.58 0.4 0.09
Hex 21 E 17 0 3A 1E 57 14C 28 9
Octal 41 16 27 0 72 36 127 514 50 11
Binary 100001 1110 10111 0 111010 11110 1010111 101001100 101000 1001

Color Harmonies of #210E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210E17

Black with #210E17

Text Example


Text Example

White with #210E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210E17; }

 p { color: rgb(33,14,23); }

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

background-color css

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

 a { background-color: rgb(33,14,23); }

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

border-color css

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

 span { border-color: rgb(33,14,23); }

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