Html Css Color HEX #120525 Blackcurrant

📋 copy color: '#120525'

red 18 ◦ green 5 ◦ blue 37

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

Shades of Blackcurrant #120525

Tints of Blackcurrant #120525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 61.67%

R = 30%
G = 8.33%
B = 61.67%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120525 (or 0x120525) is known color: Blackcurrant. HEX triplet: 12, 05 and 25. RGB value is (18,5,37). Sum of RGB (Red+Green+Blue) = 18+5+37=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #120525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120525 is #EDFADA. Grayscale: #0C0C0C. Windows color (decimal): -15596251 or 2426130. OLE color: 2426130.

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

Color convert

RGB 18 5 37 -
CMYK 0.51 0.86 0 0.85
HSL 264.38º 0.76% 0.08% -
HSV(B) 264.38º 0.86% 0.15% -
XYZ 0.64 0.37 1.79 -
YUV 12.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 18 5 37 0.51 0.86 0 0.85 264.38 0.76 0.08
Hex 12 5 25 33 56 0 55 108 4C 8
Octal 22 5 45 63 126 0 125 410 114 10
Binary 10010 101 100101 110011 1010110 0 1010101 100001000 1001100 1000

Color Harmonies of #120525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120525

Black with #120525

Text Example


Text Example

White with #120525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120525; }

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

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

background-color css

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

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

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

border-color css

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

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

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