Html Css Color HEX #120118 Blackcurrant

📋 copy color: '#120118'

red 18 ◦ green 1 ◦ blue 24

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

Shades of Blackcurrant #120118

Tints of Blackcurrant #120118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.33%

 BLUE value IS 24 (9.77% from 255) = 55.81%

R = 41.86%
G = 2.33%
B = 55.81%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#120118 (or 0x120118) is known color: Blackcurrant. HEX triplet: 12, 01 and 18. RGB value is (18,1,24). Sum of RGB (Red+Green+Blue) = 18+1+24=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #120118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120118 is #EDFEE7. Grayscale: #080808. Windows color (decimal): -15597288 or 1573138. OLE color: 1573138.

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

Color convert

RGB 18 1 24 -
CMYK 0.25 0.96 0 0.91
HSL 284.35º 0.92% 0.05% -
HSV(B) 284.35º 0.96% 0.09% -
XYZ 0.43 0.22 0.88 -
YUV 8.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 18 1 24 0.25 0.96 0 0.91 284.35 0.92 0.05
Hex 12 1 18 19 60 0 5B 11C 5C 5
Octal 22 1 30 31 140 0 133 434 134 5
Binary 10010 1 11000 11001 1100000 0 1011011 100011100 1011100 101

Color Harmonies of #120118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120118

Black with #120118

Text Example


Text Example

White with #120118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120118; }

 p { color: rgb(18,1,24); }

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

background-color css

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

 a { background-color: rgb(18,1,24); }

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

border-color css

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

 span { border-color: rgb(18,1,24); }

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