Html Css Color HEX #120323 Blackcurrant

📋 copy color: '#120323'

red 18 ◦ green 3 ◦ blue 35

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

Shades of Blackcurrant #120323

Tints of Blackcurrant #120323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.36%

 BLUE value IS 35 (14.06% from 255) = 62.5%

R = 32.14%
G = 5.36%
B = 62.5%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#120323 (or 0x120323) is known color: Blackcurrant. HEX triplet: 12, 03 and 23. RGB value is (18,3,35). Sum of RGB (Red+Green+Blue) = 18+3+35=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #120323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120323 is #EDFCDC. Grayscale: #0B0B0B. Windows color (decimal): -15596765 or 2294546. OLE color: 2294546.

HSL color Cylindrical-coordinate representation of color #120323: hue angle of 268.12º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120323 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 3 35 -
CMYK 0.49 0.91 0 0.86
HSL 268.13º 0.84% 0.07% -
HSV(B) 268.13º 0.91% 0.14% -
XYZ 0.59 0.32 1.62 -
YUV 11.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 18 3 35 0.49 0.91 0 0.86 268.13 0.84 0.07
Hex 12 3 23 31 5B 0 56 10C 54 7
Octal 22 3 43 61 133 0 126 414 124 7
Binary 10010 11 100011 110001 1011011 0 1010110 100001100 1010100 111

Color Harmonies of #120323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120323

Black with #120323

Text Example


Text Example

White with #120323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120323; }

 p { color: rgb(18,3,35); }

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

background-color css

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

 a { background-color: rgb(18,3,35); }

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

border-color css

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

 span { border-color: rgb(18,3,35); }

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