Html Css Color HEX #120235 Blackcurrant

📋 copy color: '#120235'

red 18 ◦ green 2 ◦ blue 53

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

Shades of Blackcurrant #120235

Tints of Blackcurrant #120235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 72.6%

R = 24.66%
G = 2.74%
B = 72.6%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#120235 (or 0x120235) is known color: Blackcurrant. HEX triplet: 12, 02 and 35. RGB value is (18,2,53). Sum of RGB (Red+Green+Blue) = 18+2+53=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 53 (21.09% from 255 or 72.60% from 73); Max value from RGB is 53 - color contains mainly: blue. Hex color #120235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120235 is #EDFDCA. Grayscale: #0C0C0C. Windows color (decimal): -15597003 or 3473938. OLE color: 3473938.

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

Color convert

RGB 18 2 53 -
CMYK 0.66 0.96 0 0.79
HSL 258.82º 0.93% 0.11% -
HSV(B) 258.82º 0.96% 0.21% -
XYZ 0.91 0.43 3.4 -
YUV 12.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 18 2 53 0.66 0.96 0 0.79 258.82 0.93 0.11
Hex 12 2 35 42 60 0 4F 103 5D B
Octal 22 2 65 102 140 0 117 403 135 13
Binary 10010 10 110101 1000010 1100000 0 1001111 100000011 1011101 1011

Color Harmonies of #120235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120235

Black with #120235

Text Example


Text Example

White with #120235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120235; }

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

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

background-color css

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

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

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

border-color css

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

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

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