Html Css Color HEX #120517 Blackcurrant

📋 copy color: '#120517'

red 18 ◦ green 5 ◦ blue 23

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

Shades of Blackcurrant #120517

Tints of Blackcurrant #120517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.87%

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

R = 39.13%
G = 10.87%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120517 (or 0x120517) is known color: Blackcurrant. HEX triplet: 12, 05 and 17. RGB value is (18,5,23). Sum of RGB (Red+Green+Blue) = 18+5+23=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #120517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120517 is #EDFAE8. Grayscale: #0A0A0A. Windows color (decimal): -15596265 or 1508626. OLE color: 1508626.

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

Color convert

RGB 18 5 23 -
CMYK 0.22 0.78 0 0.91
HSL 283.33º 0.64% 0.05% -
HSV(B) 283.33º 0.78% 0.09% -
XYZ 0.46 0.3 0.84 -
YUV 10.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 18 5 23 0.22 0.78 0 0.91 283.33 0.64 0.05
Hex 12 5 17 16 4E 0 5B 11B 40 5
Octal 22 5 27 26 116 0 133 433 100 5
Binary 10010 101 10111 10110 1001110 0 1011011 100011011 1000000 101

Color Harmonies of #120517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120517

Black with #120517

Text Example


Text Example

White with #120517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120517; }

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

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

background-color css

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

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

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

border-color css

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

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

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