#120429

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

Shades of Blackcurrant #120429

Tints of Blackcurrant #120429

Color information

#120429 (or 0x120429) is unknown color: approx Blackcurrant. HEX triplet: 12, 04 and 29. RGB value is (18,4,41). Sum of RGB (Red+Green+Blue) = 18+4+41=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #120429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120429 is #EDFBD6. Grayscale: #0C0C0C. Windows color (decimal): -15596503 or 2688018. OLE color: 2688018.

HSL color Cylindrical-coordinate representation of color #120429: hue angle of 262.7º degrees, saturation: 0.82, 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 #120429 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB18441-
CMYK0.560.9000.84
HSL262.7º82.22%8.82%-
HSV(B)262.7º90.24%16.08%-
XYZ0.690.382.13-
YUV12.4144.14131.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 6.35%
BLUE value IS 41 (16.41% from 255) = 65.08%
R=28.57%
G=6.35%
B=65.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal184410.560.9000.84262.782.228.82
Hex12429385A054107529
Octal2245170132012440712211
Binary1001010010100111100010110100101010010000011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120429; }

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

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

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

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

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

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

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

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