#12012F

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

Shades of Blackcurrant #12012F

Tints of Blackcurrant #12012F

Color information

#12012F (or 0x12012F) is unknown color: approx Blackcurrant. HEX triplet: 12, 01 and 2F. RGB value is (18,1,47). Sum of RGB (Red+Green+Blue) = 18+1+47=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #12012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12012F is #EDFED0. Grayscale: #0B0B0B. Windows color (decimal): -15597265 or 3080466. OLE color: 3080466.

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

Color convert

RGB18147-
CMYK0.620.9800.82
HSL262.17º95.83%9.41%-
HSV(B)262.17º97.87%18.43%-
XYZ0.770.362.72-
YUV11.33148.13132.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=27.27%
G=1.52%
B=71.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal181470.620.9800.82262.1795.839.41
Hex1212F3E62052106609
Octal2215776142012240614011
Binary10010110111111111011000100101001010000011011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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