Html Css Color HEX #120316 Blackcurrant

📋 copy color: '#120316'

red 18 ◦ green 3 ◦ blue 22

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

Shades of Blackcurrant #120316

Tints of Blackcurrant #120316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 51.16%

R = 41.86%
G = 6.98%
B = 51.16%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120316 (or 0x120316) is known color: Blackcurrant. HEX triplet: 12, 03 and 16. RGB value is (18,3,22). Sum of RGB (Red+Green+Blue) = 18+3+22=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #120316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120316 is #EDFCE9. Grayscale: #090909. Windows color (decimal): -15596778 or 1442578. OLE color: 1442578.

HSL color Cylindrical-coordinate representation of color #120316: hue angle of 287.37º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120316 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 3 22 -
CMYK 0.18 0.86 0 0.91
HSL 287.37º 0.76% 0.05% -
HSV(B) 287.37º 0.86% 0.09% -
XYZ 0.43 0.25 0.79 -
YUV 9.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 18 3 22 0.18 0.86 0 0.91 287.37 0.76 0.05
Hex 12 3 16 12 56 0 5B 11F 4C 5
Octal 22 3 26 22 126 0 133 437 114 5
Binary 10010 11 10110 10010 1010110 0 1011011 100011111 1001100 101

Color Harmonies of #120316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120316

Black with #120316

Text Example


Text Example

White with #120316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120316; }

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

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

background-color css

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

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

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

border-color css

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

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

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