Html Css Color HEX #200015 Blackberry

📋 copy color: '#200015'

red 32 ◦ green 0 ◦ blue 21

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

Shades of Blackberry #200015

Tints of Blackberry #200015

RGB

 RED value IS 32 (12.89% from 255) = 60.38%

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

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

R = 60.38%
G = 0%
B = 39.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#200015 (or 0x200015) is known color: Blackberry. HEX triplet: 20, 00 and 15. RGB value is (32,0,21). Sum of RGB (Red+Green+Blue) = 32+0+21=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 21 (8.59% from 255 or 39.62% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200015 is #DFFFEA. Grayscale: #0B0B0B. Windows color (decimal): -14680043 or 1376288. OLE color: 1376288.

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

Color convert

RGB 32 0 21 -
CMYK 0 1 0.34 0.87
HSL 320.63º 1% 0.06% -
HSV(B) 320.63º 1% 0.13% -
XYZ 0.73 0.36 0.74 -
YUV 11.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 32 0 21 0 1 0.34 0.87 320.63 1 0.06
Hex 20 0 15 0 64 22 57 141 64 6
Octal 40 0 25 0 144 42 127 501 144 6
Binary 100000 0 10101 0 1100100 100010 1010111 101000001 1100100 110

Color Harmonies of #200015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200015

Black with #200015

Text Example


Text Example

White with #200015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200015; }

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

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

background-color css

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

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

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

border-color css

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

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

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