#12051D

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

Shades of Blackcurrant #12051D

Tints of Blackcurrant #12051D

Color information

#12051D (or 0x12051D) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 1D. RGB value is (18,5,29). Sum of RGB (Red+Green+Blue) = 18+5+29=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #12051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12051D is #EDFAE2. Grayscale: #0B0B0B. Windows color (decimal): -15596259 or 1901842. OLE color: 1901842.

HSL color Cylindrical-coordinate representation of color #12051D: hue angle of 272.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12051D is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB18529-
CMYK0.380.8300.89
HSL272.5º70.59%6.67%-
HSV(B)272.5º82.76%11.37%-
XYZ0.530.331.2-
YUV11.62137.81132.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 34.62%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=34.62%
G=9.62%
B=55.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal185290.380.8300.89272.570.596.67
Hex1251D2653059110477
Octal225354612301314201077
Binary10010101111011001101010011010110011000100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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