Html Css Color HEX #200B15 Blackberry

📋 copy color: '#200B15'

red 32 ◦ green 11 ◦ blue 21

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

Shades of Blackberry #200B15

Tints of Blackberry #200B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.19%

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

R = 50%
G = 17.19%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#200B15 (or 0x200B15) is known color: Blackberry. HEX triplet: 20, 0B and 15. RGB value is (32,11,21). Sum of RGB (Red+Green+Blue) = 32+11+21=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #200B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B15 is #DFF4EA. Grayscale: #121212. Windows color (decimal): -14677227 or 1379104. OLE color: 1379104.

HSL color Cylindrical-coordinate representation of color #200B15: hue angle of 331.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200B15 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 11 21 -
CMYK 0 0.66 0.34 0.87
HSL 331.43º 0.49% 0.08% -
HSV(B) 331.43º 0.66% 0.13% -
XYZ 0.85 0.6 0.78 -
YUV 18.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 32 11 21 0 0.66 0.34 0.87 331.43 0.49 0.08
Hex 20 B 15 0 42 22 57 14B 31 8
Octal 40 13 25 0 102 42 127 513 61 10
Binary 100000 1011 10101 0 1000010 100010 1010111 101001011 110001 1000

Color Harmonies of #200B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B15

Black with #200B15

Text Example


Text Example

White with #200B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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