Html Css Color HEX #120526 Blackcurrant

📋 copy color: '#120526'

red 18 ◦ green 5 ◦ blue 38

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

Shades of Blackcurrant #120526

Tints of Blackcurrant #120526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.2%

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

R = 29.51%
G = 8.2%
B = 62.3%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120526 (or 0x120526) is known color: Blackcurrant. HEX triplet: 12, 05 and 26. RGB value is (18,5,38). Sum of RGB (Red+Green+Blue) = 18+5+38=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #120526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120526 is #EDFAD9. Grayscale: #0C0C0C. Windows color (decimal): -15596250 or 2491666. OLE color: 2491666.

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

Color convert

RGB 18 5 38 -
CMYK 0.53 0.87 0 0.85
HSL 263.64º 0.77% 0.08% -
HSV(B) 263.64º 0.87% 0.15% -
XYZ 0.65 0.38 1.87 -
YUV 12.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 18 5 38 0.53 0.87 0 0.85 263.64 0.77 0.08
Hex 12 5 26 35 57 0 55 108 4D 8
Octal 22 5 46 65 127 0 125 410 115 10
Binary 10010 101 100110 110101 1010111 0 1010101 100001000 1001101 1000

Color Harmonies of #120526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120526

Black with #120526

Text Example


Text Example

White with #120526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120526; }

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

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

background-color css

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

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

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

border-color css

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

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

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