Html Css Color HEX #200715 Blackberry

📋 copy color: '#200715'

red 32 ◦ green 7 ◦ blue 21

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

Shades of Blackberry #200715

Tints of Blackberry #200715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 53.33%
G = 11.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#200715 (or 0x200715) is known color: Blackberry. HEX triplet: 20, 07 and 15. RGB value is (32,7,21). Sum of RGB (Red+Green+Blue) = 32+7+21=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200715 is #DFF8EA. Grayscale: #101010. Windows color (decimal): -14678251 or 1378080. OLE color: 1378080.

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

Color convert

RGB 32 7 21 -
CMYK 0 0.78 0.34 0.87
HSL 326.4º 0.64% 0.08% -
HSV(B) 326.4º 0.78% 0.13% -
XYZ 0.81 0.51 0.77 -
YUV 16.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 32 7 21 0 0.78 0.34 0.87 326.4 0.64 0.08
Hex 20 7 15 0 4E 22 57 146 40 8
Octal 40 7 25 0 116 42 127 506 100 10
Binary 100000 111 10101 0 1001110 100010 1010111 101000110 1000000 1000

Color Harmonies of #200715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200715

Black with #200715

Text Example


Text Example

White with #200715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200715; }

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

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

background-color css

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

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

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

border-color css

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

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

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