Html Css Color HEX #120417 Blackcurrant

📋 copy color: '#120417'

red 18 ◦ green 4 ◦ blue 23

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

Shades of Blackcurrant #120417

Tints of Blackcurrant #120417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.89%

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

R = 40%
G = 8.89%
B = 51.11%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120417 (or 0x120417) is known color: Blackcurrant. HEX triplet: 12, 04 and 17. RGB value is (18,4,23). Sum of RGB (Red+Green+Blue) = 18+4+23=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #120417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120417 is #EDFBE8. Grayscale: #0A0A0A. Windows color (decimal): -15596521 or 1508370. OLE color: 1508370.

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

Color convert

RGB 18 4 23 -
CMYK 0.22 0.83 0 0.91
HSL 284.21º 0.7% 0.05% -
HSV(B) 284.21º 0.83% 0.09% -
XYZ 0.45 0.28 0.84 -
YUV 10.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 18 4 23 0.22 0.83 0 0.91 284.21 0.7 0.05
Hex 12 4 17 16 53 0 5B 11C 46 5
Octal 22 4 27 26 123 0 133 434 106 5
Binary 10010 100 10111 10110 1010011 0 1011011 100011100 1000110 101

Color Harmonies of #120417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120417

Black with #120417

Text Example


Text Example

White with #120417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120417; }

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

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

background-color css

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

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

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

border-color css

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

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

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