Html Css Color HEX #210015 Blackberry

📋 copy color: '#210015'

red 33 ◦ green 0 ◦ blue 21

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

Shades of Blackberry #210015

Tints of Blackberry #210015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 38.89%

R = 61.11%
G = 0%
B = 38.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.87

RGB Variations

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

Color information

#210015 (or 0x210015) is known color: Blackberry. HEX triplet: 21, 00 and 15. RGB value is (33,0,21). Sum of RGB (Red+Green+Blue) = 33+0+21=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210015 is #DEFFEA. Grayscale: #0C0C0C. Windows color (decimal): -14614507 or 1376289. OLE color: 1376289.

HSL color Cylindrical-coordinate representation of color #210015: hue angle of 321.82º 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 #210015 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 0 21 -
CMYK 0 1 0.36 0.87
HSL 321.82º 1% 0.06% -
HSV(B) 321.82º 1% 0.13% -
XYZ 0.76 0.38 0.74 -
YUV 12.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 33 0 21 0 1 0.36 0.87 321.82 1 0.06
Hex 21 0 15 0 64 24 57 142 64 6
Octal 41 0 25 0 144 44 127 502 144 6
Binary 100001 0 10101 0 1100100 100100 1010111 101000010 1100100 110

Color Harmonies of #210015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210015

Black with #210015

Text Example


Text Example

White with #210015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210015; }

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

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

background-color css

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

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

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

border-color css

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

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

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