Html Css Color HEX #120134 Blackcurrant

📋 copy color: '#120134'

red 18 ◦ green 1 ◦ blue 52

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

Shades of Blackcurrant #120134

Tints of Blackcurrant #120134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.41%

 BLUE value IS 52 (20.7% from 255) = 73.24%

R = 25.35%
G = 1.41%
B = 73.24%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#120134 (or 0x120134) is known color: Blackcurrant. HEX triplet: 12, 01 and 34. RGB value is (18,1,52). Sum of RGB (Red+Green+Blue) = 18+1+52=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 52 (20.70% from 255 or 73.24% from 71); Max value from RGB is 52 - color contains mainly: blue. Hex color #120134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120134 is #EDFECB. Grayscale: #0B0B0B. Windows color (decimal): -15597260 or 3408146. OLE color: 3408146.

HSL color Cylindrical-coordinate representation of color #120134: hue angle of 260º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120134 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 1 52 -
CMYK 0.65 0.98 0 0.80
HSL 260º 0.96% 0.1% -
HSV(B) 260º 0.98% 0.2% -
XYZ 0.88 0.4 3.28 -
YUV 11.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 18 1 52 0.65 0.98 0 0.80 260 0.96 0.1
Hex 12 1 34 41 62 0 50 104 60 A
Octal 22 1 64 101 142 0 120 404 140 12
Binary 10010 1 110100 1000001 1100010 0 1010000 100000100 1100000 1010

Color Harmonies of #120134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120134

Black with #120134

Text Example


Text Example

White with #120134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120134; }

 p { color: rgb(18,1,52); }

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

background-color css

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

 a { background-color: rgb(18,1,52); }

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

border-color css

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

 span { border-color: rgb(18,1,52); }

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