Html Css Color HEX #120728 Blackcurrant

📋 copy color: '#120728'

red 18 ◦ green 7 ◦ blue 40

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

Shades of Blackcurrant #120728

Tints of Blackcurrant #120728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.77%

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

R = 27.69%
G = 10.77%
B = 61.54%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120728 (or 0x120728) is known color: Blackcurrant. HEX triplet: 12, 07 and 28. RGB value is (18,7,40). Sum of RGB (Red+Green+Blue) = 18+7+40=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #120728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120728 is #EDF8D7. Grayscale: #0D0D0D. Windows color (decimal): -15595736 or 2623250. OLE color: 2623250.

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

Color convert

RGB 18 7 40 -
CMYK 0.55 0.83 0 0.84
HSL 260º 0.7% 0.09% -
HSV(B) 260º 0.83% 0.16% -
XYZ 0.71 0.43 2.05 -
YUV 14.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 18 7 40 0.55 0.83 0 0.84 260 0.7 0.09
Hex 12 7 28 37 53 0 54 104 46 9
Octal 22 7 50 67 123 0 124 404 106 11
Binary 10010 111 101000 110111 1010011 0 1010100 100000100 1000110 1001

Color Harmonies of #120728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120728

Black with #120728

Text Example


Text Example

White with #120728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120728; }

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

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

background-color css

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

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

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

border-color css

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

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

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