#20122F

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

Shades of Blackcurrant #20122F

Tints of Blackcurrant #20122F

Color information

#20122F (or 0x20122F) is unknown color: approx Blackcurrant. HEX triplet: 20, 12 and 2F. RGB value is (32,18,47). Sum of RGB (Red+Green+Blue) = 32+18+47=97 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.99% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #20122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20122F is #DFEDD0. Grayscale: #191919. Windows color (decimal): -14675409 or 3084832. OLE color: 3084832.

HSL color Cylindrical-coordinate representation of color #20122F: hue angle of 268.97º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20122F is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB321847-
CMYK0.320.6200.82
HSL268.97º44.62%12.75%-
HSV(B)268.97º61.7%18.43%-
XYZ1.330.942.8-
YUV25.49140.14132.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.99%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 47 (18.75% from 255) = 48.45%
R=32.99%
G=18.56%
B=48.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3218470.320.6200.82268.9744.6212.75
Hex20122F203E05210d2dd
Octal402257407601224155515
Binary10000010010101111100000111110010100101000011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20122F; }

 p { color: rgb(32,18,47); }

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

<style>
 a { background-color: #20122F; }

 a { background-color: rgb(32,18,47); }

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

<style>
 span { border-color: #20122F; }

 span { border-color: rgb(32,18,47); }

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