#12051C

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

Shades of Blackcurrant #12051C

Tints of Blackcurrant #12051C

Color information

#12051C (or 0x12051C) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 1C. RGB value is (18,5,28). Sum of RGB (Red+Green+Blue) = 18+5+28=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #12051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12051C is #EDFAE3. Grayscale: #0B0B0B. Windows color (decimal): -15596260 or 1836306. OLE color: 1836306.

HSL color Cylindrical-coordinate representation of color #12051C: hue angle of 273.91º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12051C is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB18528-
CMYK0.360.8200.89
HSL273.91º69.7%6.47%-
HSV(B)273.91º82.14%10.98%-
XYZ0.510.321.13-
YUV11.51137.31132.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=35.29%
G=9.80%
B=54.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal185280.360.8200.89273.9169.76.47
Hex1251C2452059112466
Octal225344412201314221066
Binary10010101111001001001010010010110011000100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12051C; }

 p { color: rgb(18,5,28); }

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

<style>
 a { background-color: #12051C; }

 a { background-color: rgb(18,5,28); }

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

<style>
 span { border-color: #12051C; }

 span { border-color: rgb(18,5,28); }

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