Html Css Color HEX #200317 Blackberry

📋 copy color: '#200317'

red 32 ◦ green 3 ◦ blue 23

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

Shades of Blackberry #200317

Tints of Blackberry #200317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

 BLUE value IS 23 (9.38% from 255) = 39.66%

R = 55.17%
G = 5.17%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#200317 (or 0x200317) is known color: Blackberry. HEX triplet: 20, 03 and 17. RGB value is (32,3,23). Sum of RGB (Red+Green+Blue) = 32+3+23=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200317 is #DFFCE8. Grayscale: #0D0D0D. Windows color (decimal): -14679273 or 1508128. OLE color: 1508128.

HSL color Cylindrical-coordinate representation of color #200317: hue angle of 318.62º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200317 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 3 23 -
CMYK 0 0.91 0.28 0.87
HSL 318.62º 0.83% 0.07% -
HSV(B) 318.62º 0.91% 0.13% -
XYZ 0.78 0.43 0.85 -
YUV 13.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 32 3 23 0 0.91 0.28 0.87 318.62 0.83 0.07
Hex 20 3 17 0 5B 1C 57 13F 53 7
Octal 40 3 27 0 133 34 127 477 123 7
Binary 100000 11 10111 0 1011011 11100 1010111 100111111 1010011 111

Color Harmonies of #200317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200317

Black with #200317

Text Example


Text Example

White with #200317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200317; }

 p { color: rgb(32,3,23); }

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

background-color css

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

 a { background-color: rgb(32,3,23); }

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

border-color css

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

 span { border-color: rgb(32,3,23); }

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