#12042A

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

Shades of Blackcurrant #12042A

Tints of Blackcurrant #12042A

Color information

#12042A (or 0x12042A) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 2A. RGB value is (18,4,42). Sum of RGB (Red+Green+Blue) = 18+4+42=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #12042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12042A is #EDFBD5. Grayscale: #0C0C0C. Windows color (decimal): -15596502 or 2753554. OLE color: 2753554.

HSL color Cylindrical-coordinate representation of color #12042A: hue angle of 262.11º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12042A is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB18442-
CMYK0.570.9000.84
HSL262.11º82.61%9.02%-
HSV(B)262.11º90.48%16.47%-
XYZ0.710.382.23-
YUV12.52144.64131.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 4 (1.95% from 255) = 6.25%
BLUE value IS 42 (16.80% from 255) = 65.62%
R=28.12%
G=6.25%
B=65.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal184420.570.9000.84262.1182.619.02
Hex1242A395A054106539
Octal2245271132012440612311
Binary1001010010101011100110110100101010010000011010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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