Html Css Color HEX #120717 Blackcurrant

📋 copy color: '#120717'

red 18 ◦ green 7 ◦ blue 23

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

Shades of Blackcurrant #120717

Tints of Blackcurrant #120717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 47.92%

R = 37.5%
G = 14.58%
B = 47.92%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120717 (or 0x120717) is known color: Blackcurrant. HEX triplet: 12, 07 and 17. RGB value is (18,7,23). Sum of RGB (Red+Green+Blue) = 18+7+23=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #120717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120717 is #EDF8E8. Grayscale: #0C0C0C. Windows color (decimal): -15595753 or 1509138. OLE color: 1509138.

HSL color Cylindrical-coordinate representation of color #120717: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #120717 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 7 23 -
CMYK 0.22 0.70 0 0.91
HSL 281.25º 0.53% 0.06% -
HSV(B) 281.25º 0.7% 0.09% -
XYZ 0.48 0.34 0.85 -
YUV 12.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 18 7 23 0.22 0.70 0 0.91 281.25 0.53 0.06
Hex 12 7 17 16 46 0 5B 119 35 6
Octal 22 7 27 26 106 0 133 431 65 6
Binary 10010 111 10111 10110 1000110 0 1011011 100011001 110101 110

Color Harmonies of #120717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120717

Black with #120717

Text Example


Text Example

White with #120717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120717; }

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

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

background-color css

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

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

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

border-color css

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

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

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