Html Css Color HEX #120029 Blackcurrant

📋 copy color: '#120029'

red 18 ◦ green 0 ◦ blue 41

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

Shades of Blackcurrant #120029

Tints of Blackcurrant #120029

RGB

 RED value IS 18 (7.42% from 255) = 30.51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 69.49%

R = 30.51%
G = 0%
B = 69.49%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120029 (or 0x120029) is known color: Blackcurrant. HEX triplet: 12, 00 and 29. RGB value is (18,0,41). Sum of RGB (Red+Green+Blue) = 18+0+41=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 41 (16.41% from 255 or 69.49% from 59); Max value from RGB is 41 - color contains mainly: blue. Hex color #120029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120029 is #EDFFD6. Grayscale: #090909. Windows color (decimal): -15597527 or 2686994. OLE color: 2686994.

HSL color Cylindrical-coordinate representation of color #120029: hue angle of 266.34º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120029 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 0 41 -
CMYK 0.56 1 0 0.84
HSL 266.34º 1% 0.08% -
HSV(B) 266.34º 1% 0.16% -
XYZ 0.65 0.29 2.12 -
YUV 10.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 18 0 41 0.56 1 0 0.84 266.34 1 0.08
Hex 12 0 29 38 64 0 54 10A 64 8
Octal 22 0 51 70 144 0 124 412 144 10
Binary 10010 0 101001 111000 1100100 0 1010100 100001010 1100100 1000

Color Harmonies of #120029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120029

Black with #120029

Text Example


Text Example

White with #120029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120029; }

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

 H1.HeaderClassName
 {
   color: #120029;
 }
 .AnyTagClassName
 {
   color: #120029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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