#12041F

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

Shades of Blackcurrant #12041F

Tints of Blackcurrant #12041F

Color information

#12041F (or 0x12041F) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 1F. RGB value is (18,4,31). Sum of RGB (Red+Green+Blue) = 18+4+31=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #12041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12041F is #EDFBE0. Grayscale: #0B0B0B. Windows color (decimal): -15596513 or 2032658. OLE color: 2032658.

HSL color Cylindrical-coordinate representation of color #12041F: hue angle of 271.11º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12041F is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB18431-
CMYK0.420.8700.88
HSL271.11º77.14%6.86%-
HSV(B)271.11º87.1%12.16%-
XYZ0.540.311.33-
YUV11.26139.14132.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 33.96%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=33.96%
G=7.55%
B=58.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal184310.420.8700.88271.1177.146.86
Hex1241F2A5705810f4d7
Octal224375212701304171157
Binary10010100111111010101010111010110001000011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,4,31); }

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

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

 a { background-color: rgb(18,4,31); }

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

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

 span { border-color: rgb(18,4,31); }

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