Html Css Color HEX #120714 Blackcurrant

📋 copy color: '#120714'

red 18 ◦ green 7 ◦ blue 20

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

Shades of Blackcurrant #120714

Tints of Blackcurrant #120714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.56%

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

R = 40%
G = 15.56%
B = 44.44%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#120714 (or 0x120714) is known color: Blackcurrant. HEX triplet: 12, 07 and 14. RGB value is (18,7,20). Sum of RGB (Red+Green+Blue) = 18+7+20=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #120714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120714 is #EDF8EB. Grayscale: #0B0B0B. Windows color (decimal): -15595756 or 1312530. OLE color: 1312530.

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

Color convert

RGB 18 7 20 -
CMYK 0.10 0.65 0 0.92
HSL 290.77º 0.48% 0.05% -
HSV(B) 290.77º 0.65% 0.08% -
XYZ 0.45 0.33 0.7 -
YUV 11.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 18 7 20 0.10 0.65 0 0.92 290.77 0.48 0.05
Hex 12 7 14 A 41 0 5C 123 30 5
Octal 22 7 24 12 101 0 134 443 60 5
Binary 10010 111 10100 1010 1000001 0 1011100 100100011 110000 101

Color Harmonies of #120714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120714

Black with #120714

Text Example


Text Example

White with #120714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120714; }

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

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

background-color css

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

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

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

border-color css

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

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

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