Html Css Color HEX #200915 Blackberry

📋 copy color: '#200915'

red 32 ◦ green 9 ◦ blue 21

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

Shades of Blackberry #200915

Tints of Blackberry #200915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.52%

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

R = 51.61%
G = 14.52%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#200915 (or 0x200915) is known color: Blackberry. HEX triplet: 20, 09 and 15. RGB value is (32,9,21). Sum of RGB (Red+Green+Blue) = 32+9+21=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #200915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200915 is #DFF6EA. Grayscale: #111111. Windows color (decimal): -14677739 or 1378592. OLE color: 1378592.

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

Color convert

RGB 32 9 21 -
CMYK 0 0.72 0.34 0.87
HSL 328.7º 0.56% 0.08% -
HSV(B) 328.7º 0.72% 0.13% -
XYZ 0.83 0.56 0.77 -
YUV 17.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 32 9 21 0 0.72 0.34 0.87 328.7 0.56 0.08
Hex 20 9 15 0 48 22 57 149 38 8
Octal 40 11 25 0 110 42 127 511 70 10
Binary 100000 1001 10101 0 1001000 100010 1010111 101001001 111000 1000

Color Harmonies of #200915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200915

Black with #200915

Text Example


Text Example

White with #200915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200915; }

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

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

background-color css

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

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

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

border-color css

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

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

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