Html Css Color HEX #120617 Blackcurrant

📋 copy color: '#120617'

red 18 ◦ green 6 ◦ blue 23

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

Shades of Blackcurrant #120617

Tints of Blackcurrant #120617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12.77%

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

R = 38.3%
G = 12.77%
B = 48.94%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120617 (or 0x120617) is known color: Blackcurrant. HEX triplet: 12, 06 and 17. RGB value is (18,6,23). Sum of RGB (Red+Green+Blue) = 18+6+23=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #120617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120617 is #EDF9E8. Grayscale: #0B0B0B. Windows color (decimal): -15596009 or 1508882. OLE color: 1508882.

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

Color convert

RGB 18 6 23 -
CMYK 0.22 0.74 0 0.91
HSL 282.35º 0.59% 0.06% -
HSV(B) 282.35º 0.74% 0.09% -
XYZ 0.47 0.32 0.85 -
YUV 11.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 18 6 23 0.22 0.74 0 0.91 282.35 0.59 0.06
Hex 12 6 17 16 4A 0 5B 11A 3B 6
Octal 22 6 27 26 112 0 133 432 73 6
Binary 10010 110 10111 10110 1001010 0 1011011 100011010 111011 110

Color Harmonies of #120617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120617

Black with #120617

Text Example


Text Example

White with #120617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120617; }

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

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

background-color css

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

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

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

border-color css

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

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

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