Html Css Color HEX #120725 Blackcurrant

📋 copy color: '#120725'

red 18 ◦ green 7 ◦ blue 37

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

Shades of Blackcurrant #120725

Tints of Blackcurrant #120725

RGB

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

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

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

R = 29.03%
G = 11.29%
B = 59.68%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#120725 (or 0x120725) is known color: Blackcurrant. HEX triplet: 12, 07 and 25. RGB value is (18,7,37). Sum of RGB (Red+Green+Blue) = 18+7+37=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #120725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120725 is #EDF8DA. Grayscale: #0D0D0D. Windows color (decimal): -15595739 or 2426642. OLE color: 2426642.

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

Color convert

RGB 18 7 37 -
CMYK 0.51 0.81 0 0.85
HSL 262º 0.68% 0.09% -
HSV(B) 262º 0.81% 0.15% -
XYZ 0.66 0.41 1.8 -
YUV 13.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 18 7 37 0.51 0.81 0 0.85 262 0.68 0.09
Hex 12 7 25 33 51 0 55 106 44 9
Octal 22 7 45 63 121 0 125 406 104 11
Binary 10010 111 100101 110011 1010001 0 1010101 100000110 1000100 1001

Color Harmonies of #120725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120725

Black with #120725

Text Example


Text Example

White with #120725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120725; }

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

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

background-color css

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

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

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

border-color css

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

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

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