Html Css Color HEX #120826 Blackcurrant

📋 copy color: '#120826'

red 18 ◦ green 8 ◦ blue 38

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

Shades of Blackcurrant #120826

Tints of Blackcurrant #120826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

 BLUE value IS 38 (15.23% from 255) = 59.38%

R = 28.13%
G = 12.5%
B = 59.38%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120826 (or 0x120826) is known color: Blackcurrant. HEX triplet: 12, 08 and 26. RGB value is (18,8,38). Sum of RGB (Red+Green+Blue) = 18+8+38=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #120826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120826 is #EDF7D9. Grayscale: #0E0E0E. Windows color (decimal): -15595482 or 2492434. OLE color: 2492434.

HSL color Cylindrical-coordinate representation of color #120826: hue angle of 260º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #120826 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 8 38 -
CMYK 0.53 0.79 0 0.85
HSL 260º 0.65% 0.09% -
HSV(B) 260º 0.79% 0.15% -
XYZ 0.69 0.44 1.88 -
YUV 14.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 18 8 38 0.53 0.79 0 0.85 260 0.65 0.09
Hex 12 8 26 35 4F 0 55 104 41 9
Octal 22 10 46 65 117 0 125 404 101 11
Binary 10010 1000 100110 110101 1001111 0 1010101 100000100 1000001 1001

Color Harmonies of #120826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120826

Black with #120826

Text Example


Text Example

White with #120826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120826; }

 p { color: rgb(18,8,38); }

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

background-color css

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

 a { background-color: rgb(18,8,38); }

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

border-color css

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

 span { border-color: rgb(18,8,38); }

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