#200C2C

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

Shades of Blackcurrant #200C2C

Tints of Blackcurrant #200C2C

Color information

#200C2C (or 0x200C2C) is unknown color: approx Blackcurrant. HEX triplet: 20, 0C and 2C. RGB value is (32,12,44). Sum of RGB (Red+Green+Blue) = 32+12+44=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #200C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C2C is #DFF3D3. Grayscale: #151515. Windows color (decimal): -14676948 or 2886688. OLE color: 2886688.

HSL color Cylindrical-coordinate representation of color #200C2C: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #200C2C is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB321244-
CMYK0.270.7300.83
HSL277.5º57.14%10.98%-
HSV(B)277.5º72.73%17.25%-
XYZ1.180.752.47-
YUV21.63140.63135.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 12 (5.08% from 255) = 13.64%
BLUE value IS 44 (17.58% from 255) = 50%
R=36.36%
G=13.64%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3212440.270.7300.83277.557.1410.98
Hex20C2C1B4905311639b
Octal4014543311101234267113
Binary1000001100101100110111001001010100111000101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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