Html Css Color HEX #110725 Blackcurrant

📋 copy color: '#110725'

red 17 ◦ green 7 ◦ blue 37

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

Shades of Blackcurrant #110725

Tints of Blackcurrant #110725

RGB

 RED value IS 17 (7.03% from 255) = 27.87%

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

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

R = 27.87%
G = 11.48%
B = 60.66%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110725 (or 0x110725) is known color: Blackcurrant. HEX triplet: 11, 07 and 25. RGB value is (17,7,37). Sum of RGB (Red+Green+Blue) = 17+7+37=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #110725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110725 is #EEF8DA. Grayscale: #0D0D0D. Windows color (decimal): -15661275 or 2426641. OLE color: 2426641.

HSL color Cylindrical-coordinate representation of color #110725: hue angle of 260º 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 #110725 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 7 37 -
CMYK 0.54 0.81 0 0.85
HSL 260º 0.68% 0.09% -
HSV(B) 260º 0.81% 0.15% -
XYZ 0.64 0.4 1.79 -
YUV 13.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 17 7 37 0.54 0.81 0 0.85 260 0.68 0.09
Hex 11 7 25 36 51 0 55 104 44 9
Octal 21 7 45 66 121 0 125 404 104 11
Binary 10001 111 100101 110110 1010001 0 1010101 100000100 1000100 1001

Color Harmonies of #110725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110725

Black with #110725

Text Example


Text Example

White with #110725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110725; }

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

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

background-color css

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

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

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

border-color css

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

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

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