Html Css Color HEX #210C19 Blackberry

📋 copy color: '#210C19'

red 33 ◦ green 12 ◦ blue 25

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

Shades of Blackberry #210C19

Tints of Blackberry #210C19

RGB

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

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

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

R = 47.14%
G = 17.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#210C19 (or 0x210C19) is known color: Blackberry. HEX triplet: 21, 0C and 19. RGB value is (33,12,25). Sum of RGB (Red+Green+Blue) = 33+12+25=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #210C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210C19 is #DEF3E6. Grayscale: #131313. Windows color (decimal): -14611431 or 1641505. OLE color: 1641505.

HSL color Cylindrical-coordinate representation of color #210C19: hue angle of 322.86º 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 #210C19 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 12 25 -
CMYK 0 0.64 0.24 0.87
HSL 322.86º 0.47% 0.09% -
HSV(B) 322.86º 0.64% 0.13% -
XYZ 0.93 0.66 1 -
YUV 19.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 33 12 25 0 0.64 0.24 0.87 322.86 0.47 0.09
Hex 21 C 19 0 40 18 57 143 2F 9
Octal 41 14 31 0 100 30 127 503 57 11
Binary 100001 1100 11001 0 1000000 11000 1010111 101000011 101111 1001

Color Harmonies of #210C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C19

Black with #210C19

Text Example


Text Example

White with #210C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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