#200C37

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

Shades of Blackcurrant #200C37

Tints of Blackcurrant #200C37

Color information

#200C37 (or 0x200C37) is unknown color: approx Blackcurrant. HEX triplet: 20, 0C and 37. RGB value is (32,12,55). Sum of RGB (Red+Green+Blue) = 32+12+55=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #200C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C37 is #DFF3C8. Grayscale: #161616. Windows color (decimal): -14676937 or 3607584. OLE color: 3607584.

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

Color convert

RGB321255-
CMYK0.420.7800.78
HSL267.91º64.18%13.14%-
HSV(B)267.91º78.18%21.57%-
XYZ1.420.853.7-
YUV22.88146.13134.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.32%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 55 (21.88% from 255) = 55.56%
R=32.32%
G=12.12%
B=55.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3212550.420.7800.78267.9164.1813.14
Hex20C372A4E04E10c40d
Octal40146752116011641410015
Binary100000110011011110101010011100100111010000110010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,12,55); }

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

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

 a { background-color: rgb(32,12,55); }

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

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

 span { border-color: rgb(32,12,55); }

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