Html Css Color HEX #120629 Blackcurrant

📋 copy color: '#120629'

red 18 ◦ green 6 ◦ blue 41

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

Shades of Blackcurrant #120629

Tints of Blackcurrant #120629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.23%

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

R = 27.69%
G = 9.23%
B = 63.08%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120629 (or 0x120629) is known color: Blackcurrant. HEX triplet: 12, 06 and 29. RGB value is (18,6,41). Sum of RGB (Red+Green+Blue) = 18+6+41=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #120629 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120629 is #EDF9D6. Grayscale: #0D0D0D. Windows color (decimal): -15595991 or 2688530. OLE color: 2688530.

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

Color convert

RGB 18 6 41 -
CMYK 0.56 0.85 0 0.84
HSL 260.57º 0.74% 0.09% -
HSV(B) 260.57º 0.85% 0.16% -
XYZ 0.71 0.42 2.14 -
YUV 13.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 18 6 41 0.56 0.85 0 0.84 260.57 0.74 0.09
Hex 12 6 29 38 55 0 54 105 4A 9
Octal 22 6 51 70 125 0 124 405 112 11
Binary 10010 110 101001 111000 1010101 0 1010100 100000101 1001010 1001

Color Harmonies of #120629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120629

Black with #120629

Text Example


Text Example

White with #120629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120629; }

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

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

background-color css

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

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

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

border-color css

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

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

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