Html Css Color HEX #110325 Blackcurrant

📋 copy color: '#110325'

red 17 ◦ green 3 ◦ blue 37

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

Shades of Blackcurrant #110325

Tints of Blackcurrant #110325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.26%

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

R = 29.82%
G = 5.26%
B = 64.91%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110325 (or 0x110325) is known color: Blackcurrant. HEX triplet: 11, 03 and 25. RGB value is (17,3,37). Sum of RGB (Red+Green+Blue) = 17+3+37=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #110325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110325 is #EEFCDA. Grayscale: #0A0A0A. Windows color (decimal): -15662299 or 2425617. OLE color: 2425617.

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

Color convert

RGB 17 3 37 -
CMYK 0.54 0.92 0 0.85
HSL 264.71º 0.85% 0.08% -
HSV(B) 264.71º 0.92% 0.15% -
XYZ 0.6 0.32 1.78 -
YUV 11.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 17 3 37 0.54 0.92 0 0.85 264.71 0.85 0.08
Hex 11 3 25 36 5C 0 55 109 55 8
Octal 21 3 45 66 134 0 125 411 125 10
Binary 10001 11 100101 110110 1011100 0 1010101 100001001 1010101 1000

Color Harmonies of #110325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110325

Black with #110325

Text Example


Text Example

White with #110325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110325; }

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

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

background-color css

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

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

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

border-color css

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

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

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