#200B28

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

Shades of Blackcurrant #200B28

Tints of Blackcurrant #200B28

Color information

#200B28 (or 0x200B28) is unknown color: approx Blackcurrant. HEX triplet: 20, 0B and 28. RGB value is (32,11,40). Sum of RGB (Red+Green+Blue) = 32+11+40=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 11 (4.69% from 255 or 13.25% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #200B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B28 is #DFF4D7. Grayscale: #141414. Windows color (decimal): -14677208 or 2624288. OLE color: 2624288.

HSL color Cylindrical-coordinate representation of color #200B28: hue angle of 283.45º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #200B28 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB321140-
CMYK0.200.7200.84
HSL283.45º56.86%10%-
HSV(B)283.45º72.5%15.69%-
XYZ1.10.72.08-
YUV20.58138.96136.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.55%
GREEN value IS 11 (4.69% from 255) = 13.25%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=38.55%
G=13.25%
B=48.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3211400.200.7200.84283.4556.8610
Hex20B28144805411b39a
Octal4013502411001244337112
Binary1000001011101000101001001000010101001000110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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