#12031A

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

Shades of Blackcurrant #12031A

Tints of Blackcurrant #12031A

Color information

#12031A (or 0x12031A) is unknown color: approx Blackcurrant. HEX triplet: 12, 03 and 1A. RGB value is (18,3,26). Sum of RGB (Red+Green+Blue) = 18+3+26=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #12031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12031A is #EDFCE5. Grayscale: #0A0A0A. Windows color (decimal): -15596774 or 1704722. OLE color: 1704722.

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

Color convert

RGB18326-
CMYK0.310.8800.90
HSL279.13º79.31%5.69%-
HSV(B)279.13º88.46%10.2%-
XYZ0.470.271-
YUV10.11136.97133.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=38.30%
G=6.38%
B=55.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal183260.310.8800.90279.1379.315.69
Hex1231A1F5805A1174f6
Octal223323713001324271176
Binary100101111010111111011000010110101000101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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