#12001A

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

Shades of Blackcurrant #12001A

Tints of Blackcurrant #12001A

Color information

#12001A (or 0x12001A) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 1A. RGB value is (18,0,26). Sum of RGB (Red+Green+Blue) = 18+0+26=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 26 (10.55% from 255 or 59.09% from 44); Max value from RGB is 26 - color contains mainly: blue. Hex color #12001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12001A is #EDFFE5. Grayscale: #080808. Windows color (decimal): -15597542 or 1703954. OLE color: 1703954.

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

Color convert

RGB18026-
CMYK0.31100.90
HSL281.54º100%5.1%-
HSV(B)281.54º100%10.2%-
XYZ0.440.20.99-
YUV8.35137.96134.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 59.09%
R=40.91%
G=0%
B=59.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal180260.31100.90281.541005.1
Hex1201A1F6405A11a645
Octal220323714401324321445
Binary10010011010111111100100010110101000110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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