#200B38

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

Shades of Blackcurrant #200B38

Tints of Blackcurrant #200B38

Color information

#200B38 (or 0x200B38) is unknown color: approx Blackcurrant. HEX triplet: 20, 0B and 38. RGB value is (32,11,56). Sum of RGB (Red+Green+Blue) = 32+11+56=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #200B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B38 is #DFF4C7. Grayscale: #161616. Windows color (decimal): -14677192 or 3672864. OLE color: 3672864.

HSL color Cylindrical-coordinate representation of color #200B38: hue angle of 268º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #200B38 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB321156-
CMYK0.430.8000.78
HSL268º67.16%13.14%-
HSV(B)268º80.36%21.96%-
XYZ1.430.833.83-
YUV22.41146.96134.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=32.32%
G=11.11%
B=56.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3211560.430.8000.7826867.1613.14
Hex20B382B5004E10c43d
Octal40137053120011641410315
Binary100000101111100010101110100000100111010000110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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