#200B32

Color #200B32 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #200B32

Tints of Blackcurrant #200B32

Color information

#200B32 (or 0x200B32) is unknown color: approx Blackcurrant. HEX triplet: 20, 0B and 32. RGB value is (32,11,50). Sum of RGB (Red+Green+Blue) = 32+11+50=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #200B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B32 is #DFF4CD. Grayscale: #151515. Windows color (decimal): -14677198 or 3279648. OLE color: 3279648.

HSL color Cylindrical-coordinate representation of color #200B32: hue angle of 272.31º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200B32 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB321150-
CMYK0.360.7800.80
HSL272.31º63.93%11.96%-
HSV(B)272.31º78%19.61%-
XYZ1.290.783.1-
YUV21.72143.96135.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 34.41%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 50 (19.92% from 255) = 53.76%
R=34.41%
G=11.83%
B=53.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3211500.360.7800.80272.3163.9311.96
Hex20B32244E05011040c
Octal40136244116012042010014
Binary100000101111001010010010011100101000010001000010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #200B32;
 }
 .AnyTagClassName
 {
   color: #200B32;
 }
</style>
background-color css

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

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

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

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

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

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