Html Css Color HEX #120628 Blackcurrant

📋 copy color: '#120628'

red 18 ◦ green 6 ◦ blue 40

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

Shades of Blackcurrant #120628

Tints of Blackcurrant #120628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 62.5%

R = 28.13%
G = 9.38%
B = 62.5%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120628 (or 0x120628) is known color: Blackcurrant. HEX triplet: 12, 06 and 28. RGB value is (18,6,40). Sum of RGB (Red+Green+Blue) = 18+6+40=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #120628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120628 is #EDF9D7. Grayscale: #0D0D0D. Windows color (decimal): -15595992 or 2622994. OLE color: 2622994.

HSL color Cylindrical-coordinate representation of color #120628: hue angle of 261.18º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #120628 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 6 40 -
CMYK 0.55 0.85 0 0.84
HSL 261.18º 0.74% 0.09% -
HSV(B) 261.18º 0.85% 0.16% -
XYZ 0.7 0.41 2.05 -
YUV 13.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 18 6 40 0.55 0.85 0 0.84 261.18 0.74 0.09
Hex 12 6 28 37 55 0 54 105 4A 9
Octal 22 6 50 67 125 0 124 405 112 11
Binary 10010 110 101000 110111 1010101 0 1010100 100000101 1001010 1001

Color Harmonies of #120628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120628

Black with #120628

Text Example


Text Example

White with #120628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120628; }

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

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

background-color css

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

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

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

border-color css

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

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

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