Html Css Color HEX #120233 Blackcurrant

📋 copy color: '#120233'

red 18 ◦ green 2 ◦ blue 51

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

Shades of Blackcurrant #120233

Tints of Blackcurrant #120233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 71.83%

R = 25.35%
G = 2.82%
B = 71.83%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#120233 (or 0x120233) is known color: Blackcurrant. HEX triplet: 12, 02 and 33. RGB value is (18,2,51). Sum of RGB (Red+Green+Blue) = 18+2+51=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 51 (20.31% from 255 or 71.83% from 71); Max value from RGB is 51 - color contains mainly: blue. Hex color #120233 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120233 is #EDFDCC. Grayscale: #0C0C0C. Windows color (decimal): -15597005 or 3342866. OLE color: 3342866.

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

Color convert

RGB 18 2 51 -
CMYK 0.65 0.96 0 0.8
HSL 259.59º 0.92% 0.1% -
HSV(B) 259.59º 0.96% 0.2% -
XYZ 0.87 0.41 3.17 -
YUV 12.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 18 2 51 0.65 0.96 0 0.8 259.59 0.92 0.1
Hex 12 2 33 41 60 0 50 104 5C A
Octal 22 2 63 101 140 0 120 404 134 12
Binary 10010 10 110011 1000001 1100000 0 1010000 100000100 1011100 1010

Color Harmonies of #120233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120233

Black with #120233

Text Example


Text Example

White with #120233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120233; }

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

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

background-color css

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

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

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

border-color css

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

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

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