Html Css Color HEX #120619 Blackcurrant

📋 copy color: '#120619'

red 18 ◦ green 6 ◦ blue 25

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

Shades of Blackcurrant #120619

Tints of Blackcurrant #120619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 51.02%

R = 36.73%
G = 12.24%
B = 51.02%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#120619 (or 0x120619) is known color: Blackcurrant. HEX triplet: 12, 06 and 19. RGB value is (18,6,25). Sum of RGB (Red+Green+Blue) = 18+6+25=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #120619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120619 is #EDF9E6. Grayscale: #0B0B0B. Windows color (decimal): -15596007 or 1639954. OLE color: 1639954.

HSL color Cylindrical-coordinate representation of color #120619: hue angle of 277.89º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #120619 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 6 25 -
CMYK 0.28 0.76 0 0.90
HSL 277.89º 0.61% 0.06% -
HSV(B) 277.89º 0.76% 0.1% -
XYZ 0.49 0.33 0.96 -
YUV 11.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 18 6 25 0.28 0.76 0 0.90 277.89 0.61 0.06
Hex 12 6 19 1C 4C 0 5A 116 3D 6
Octal 22 6 31 34 114 0 132 426 75 6
Binary 10010 110 11001 11100 1001100 0 1011010 100010110 111101 110

Color Harmonies of #120619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120619

Black with #120619

Text Example


Text Example

White with #120619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120619; }

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

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

background-color css

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

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

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

border-color css

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

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

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