#12071C

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

Shades of Blackcurrant #12071C

Tints of Blackcurrant #12071C

Color information

#12071C (or 0x12071C) is unknown color: approx Blackcurrant. HEX triplet: 12, 07 and 1C. RGB value is (18,7,28). Sum of RGB (Red+Green+Blue) = 18+7+28=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #12071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12071C is #EDF8E3. Grayscale: #0C0C0C. Windows color (decimal): -15595748 or 1836818. OLE color: 1836818.

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

Color convert

RGB18728-
CMYK0.360.7500.89
HSL271.43º60%6.86%-
HSV(B)271.43º75%10.98%-
XYZ0.540.361.14-
YUV12.68136.64131.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 7 (3.12% from 255) = 13.21%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=33.96%
G=13.21%
B=52.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal187280.360.7500.89271.43606.86
Hex1271C244B05910f3c7
Octal22734441130131417747
Binary1001011111100100100100101101011001100001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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