Html Css Color HEX #120234 Blackcurrant

📋 copy color: '#120234'

red 18 ◦ green 2 ◦ blue 52

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

Shades of Blackcurrant #120234

Tints of Blackcurrant #120234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.78%

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

R = 25%
G = 2.78%
B = 72.22%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#120234 (or 0x120234) is known color: Blackcurrant. HEX triplet: 12, 02 and 34. RGB value is (18,2,52). Sum of RGB (Red+Green+Blue) = 18+2+52=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 52 (20.70% from 255 or 72.22% from 72); Max value from RGB is 52 - color contains mainly: blue. Hex color #120234 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120234 is #EDFDCB. Grayscale: #0C0C0C. Windows color (decimal): -15597004 or 3408402. OLE color: 3408402.

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

Color convert

RGB 18 2 52 -
CMYK 0.65 0.96 0 0.80
HSL 259.2º 0.93% 0.11% -
HSV(B) 259.2º 0.96% 0.2% -
XYZ 0.89 0.42 3.28 -
YUV 12.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 18 2 52 0.65 0.96 0 0.80 259.2 0.93 0.11
Hex 12 2 34 41 60 0 50 103 5D B
Octal 22 2 64 101 140 0 120 403 135 13
Binary 10010 10 110100 1000001 1100000 0 1010000 100000011 1011101 1011

Color Harmonies of #120234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120234

Black with #120234

Text Example


Text Example

White with #120234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120234; }

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

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

background-color css

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

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

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

border-color css

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

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

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