Html Css Color HEX #110425 Blackcurrant

📋 copy color: '#110425'

red 17 ◦ green 4 ◦ blue 37

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

Shades of Blackcurrant #110425

Tints of Blackcurrant #110425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.9%

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

R = 29.31%
G = 6.9%
B = 63.79%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110425 (or 0x110425) is known color: Blackcurrant. HEX triplet: 11, 04 and 25. RGB value is (17,4,37). Sum of RGB (Red+Green+Blue) = 17+4+37=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #110425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110425 is #EEFBDA. Grayscale: #0B0B0B. Windows color (decimal): -15662043 or 2425873. OLE color: 2425873.

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

Color convert

RGB 17 4 37 -
CMYK 0.54 0.89 0 0.85
HSL 263.64º 0.8% 0.08% -
HSV(B) 263.64º 0.89% 0.15% -
XYZ 0.61 0.34 1.78 -
YUV 11.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 17 4 37 0.54 0.89 0 0.85 263.64 0.8 0.08
Hex 11 4 25 36 59 0 55 108 50 8
Octal 21 4 45 66 131 0 125 410 120 10
Binary 10001 100 100101 110110 1011001 0 1010101 100001000 1010000 1000

Color Harmonies of #110425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110425

Black with #110425

Text Example


Text Example

White with #110425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110425; }

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

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

background-color css

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

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

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

border-color css

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

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

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