#12051A

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

Shades of Blackcurrant #12051A

Tints of Blackcurrant #12051A

Color information

#12051A (or 0x12051A) is unknown color: approx Blackcurrant. HEX triplet: 12, 05 and 1A. RGB value is (18,5,26). Sum of RGB (Red+Green+Blue) = 18+5+26=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #12051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12051A is #EDFAE5. Grayscale: #0B0B0B. Windows color (decimal): -15596262 or 1705234. OLE color: 1705234.

HSL color Cylindrical-coordinate representation of color #12051A: hue angle of 277.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12051A is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB18526-
CMYK0.310.8100.90
HSL277.14º67.74%6.08%-
HSV(B)277.14º80.77%10.2%-
XYZ0.490.311.01-
YUV11.28136.31132.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36.73%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 26 (10.55% from 255) = 53.06%
R=36.73%
G=10.20%
B=53.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal185260.310.8100.90277.1467.746.08
Hex1251A1F5105A115446
Octal225323712101324251046
Binary1001010111010111111010001010110101000101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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