Html Css Color HEX #210C17 Blackberry

📋 copy color: '#210C17'

red 33 ◦ green 12 ◦ blue 23

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

Shades of Blackberry #210C17

Tints of Blackberry #210C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.65%

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

R = 48.53%
G = 17.65%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.87

RGB Variations

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

Color information

#210C17 (or 0x210C17) is known color: Blackberry. HEX triplet: 21, 0C and 17. RGB value is (33,12,23). Sum of RGB (Red+Green+Blue) = 33+12+23=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 33 - color contains mainly: red. Hex color #210C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C17 is #DEF3E8. Grayscale: #131313. Windows color (decimal): -14611433 or 1510433. OLE color: 1510433.

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

Color convert

RGB 33 12 23 -
CMYK 0 0.64 0.30 0.87
HSL 328.57º 0.47% 0.09% -
HSV(B) 328.57º 0.64% 0.13% -
XYZ 0.91 0.65 0.89 -
YUV 19.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 33 12 23 0 0.64 0.30 0.87 328.57 0.47 0.09
Hex 21 C 17 0 40 1E 57 149 2F 9
Octal 41 14 27 0 100 36 127 511 57 11
Binary 100001 1100 10111 0 1000000 11110 1010111 101001001 101111 1001

Color Harmonies of #210C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C17

Black with #210C17

Text Example


Text Example

White with #210C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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