Html Css Color HEX #210014 Blackberry

📋 copy color: '#210014'

red 33 ◦ green 0 ◦ blue 20

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

Shades of Blackberry #210014

Tints of Blackberry #210014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 37.74%

R = 62.26%
G = 0%
B = 37.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.87

RGB Variations

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

Color information

#210014 (or 0x210014) is known color: Blackberry. HEX triplet: 21, 00 and 14. RGB value is (33,0,20). Sum of RGB (Red+Green+Blue) = 33+0+20=53 (7% of max value = 765). Red value is 33 (13.28% from 255 or 62.26% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 33 - color contains mainly: red. Hex color #210014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210014 is #DEFFEB. Grayscale: #0C0C0C. Windows color (decimal): -14614508 or 1310753. OLE color: 1310753.

HSL color Cylindrical-coordinate representation of color #210014: hue angle of 323.64º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210014 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 0 20 -
CMYK 0 1 0.39 0.87
HSL 323.64º 1% 0.06% -
HSV(B) 323.64º 1% 0.13% -
XYZ 0.75 0.37 0.69 -
YUV 12.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 33 0 20 0 1 0.39 0.87 323.64 1 0.06
Hex 21 0 14 0 64 27 57 144 64 6
Octal 41 0 24 0 144 47 127 504 144 6
Binary 100001 0 10100 0 1100100 100111 1010111 101000100 1100100 110

Color Harmonies of #210014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210014

Black with #210014

Text Example


Text Example

White with #210014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210014; }

 p { color: rgb(33,0,20); }

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

background-color css

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

 a { background-color: rgb(33,0,20); }

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

border-color css

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

 span { border-color: rgb(33,0,20); }

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