Html Css Color HEX #120314 Blackcurrant

📋 copy color: '#120314'

red 18 ◦ green 3 ◦ blue 20

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

Shades of Blackcurrant #120314

Tints of Blackcurrant #120314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 48.78%

R = 43.9%
G = 7.32%
B = 48.78%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120314 (or 0x120314) is known color: Blackcurrant. HEX triplet: 12, 03 and 14. RGB value is (18,3,20). Sum of RGB (Red+Green+Blue) = 18+3+20=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #120314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120314 is #EDFCEB. Grayscale: #090909. Windows color (decimal): -15596780 or 1311506. OLE color: 1311506.

HSL color Cylindrical-coordinate representation of color #120314: hue angle of 292.94º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120314 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 3 20 -
CMYK 0.10 0.85 0 0.92
HSL 292.94º 0.74% 0.05% -
HSV(B) 292.94º 0.85% 0.08% -
XYZ 0.41 0.24 0.69 -
YUV 9.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 18 3 20 0.10 0.85 0 0.92 292.94 0.74 0.05
Hex 12 3 14 A 55 0 5C 125 4A 5
Octal 22 3 24 12 125 0 134 445 112 5
Binary 10010 11 10100 1010 1010101 0 1011100 100100101 1001010 101

Color Harmonies of #120314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120314

Black with #120314

Text Example


Text Example

White with #120314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120314; }

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

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

background-color css

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

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

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

border-color css

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

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

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