Html Css Color HEX #120429 Blackcurrant

📋 copy color: '#120429'

red 18 ◦ green 4 ◦ blue 41

#120429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #120429

Tints of Blackcurrant #120429

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 value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120429 (or 0x120429) is known color: 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

RGB 18 4 41 -
CMYK 0.56 0.90 0 0.84
HSL 262.7º 0.82% 0.09% -
HSV(B) 262.7º 0.9% 0.16% -
XYZ 0.69 0.38 2.13 -
YUV 12.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 18 4 41 0.56 0.90 0 0.84 262.7 0.82 0.09
Hex 12 4 29 38 5A 0 54 107 52 9
Octal 22 4 51 70 132 0 124 407 122 11
Binary 10010 100 101001 111000 1011010 0 1010100 100000111 1010010 1001

Color Harmonies of #120429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120429

Black with #120429

Text Example


Text Example

White with #120429

Text Example


Text Example

HTML Codes & Css Web 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>