Html Css Color HEX #110025 Blackcurrant

📋 copy color: '#110025'

red 17 ◦ green 0 ◦ blue 37

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

Shades of Blackcurrant #110025

Tints of Blackcurrant #110025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.48%
G = 0%
B = 68.52%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110025 (or 0x110025) is known color: Blackcurrant. HEX triplet: 11, 00 and 25. RGB value is (17,0,37). Sum of RGB (Red+Green+Blue) = 17+0+37=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #110025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110025 is #EEFFDA. Grayscale: #090909. Windows color (decimal): -15663067 or 2424849. OLE color: 2424849.

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

Color convert

RGB 17 0 37 -
CMYK 0.54 1 0 0.85
HSL 267.57º 1% 0.07% -
HSV(B) 267.57º 1% 0.15% -
XYZ 0.57 0.25 1.77 -
YUV 9.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 17 0 37 0.54 1 0 0.85 267.57 1 0.07
Hex 11 0 25 36 64 0 55 10C 64 7
Octal 21 0 45 66 144 0 125 414 144 7
Binary 10001 0 100101 110110 1100100 0 1010101 100001100 1100100 111

Color Harmonies of #110025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110025

Black with #110025

Text Example


Text Example

White with #110025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110025; }

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

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

background-color css

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

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

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

border-color css

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

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

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