Html Css Color HEX #210D19 Blackberry

📋 copy color: '#210D19'

red 33 ◦ green 13 ◦ blue 25

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

Shades of Blackberry #210D19

Tints of Blackberry #210D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.31%

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

R = 46.48%
G = 18.31%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#210D19 (or 0x210D19) is known color: Blackberry. HEX triplet: 21, 0D and 19. RGB value is (33,13,25). Sum of RGB (Red+Green+Blue) = 33+13+25=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #210D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210D19 is #DEF2E6. Grayscale: #141414. Windows color (decimal): -14611175 or 1641761. OLE color: 1641761.

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

Color convert

RGB 33 13 25 -
CMYK 0 0.61 0.24 0.87
HSL 324º 0.43% 0.09% -
HSV(B) 324º 0.61% 0.13% -
XYZ 0.95 0.68 1 -
YUV 20.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 33 13 25 0 0.61 0.24 0.87 324 0.43 0.09
Hex 21 D 19 0 3D 18 57 144 2B 9
Octal 41 15 31 0 75 30 127 504 53 11
Binary 100001 1101 11001 0 111101 11000 1010111 101000100 101011 1001

Color Harmonies of #210D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D19

Black with #210D19

Text Example


Text Example

White with #210D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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