Html Css Color HEX #110038 Blackcurrant

📋 copy color: '#110038'

red 17 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #110038

Tints of Blackcurrant #110038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 76.71%

R = 23.29%
G = 0%
B = 76.71%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#110038 (or 0x110038) is known color: Blackcurrant. HEX triplet: 11, 00 and 38. RGB value is (17,0,56). Sum of RGB (Red+Green+Blue) = 17+0+56=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 56 (22.27% from 255 or 76.71% from 73); Max value from RGB is 56 - color contains mainly: blue. Hex color #110038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110038 is #EEFFC7. Grayscale: #0B0B0B. Windows color (decimal): -15663048 or 3670033. OLE color: 3670033.

HSL color Cylindrical-coordinate representation of color #110038: hue angle of 258.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110038 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 0 56 -
CMYK 0.70 1 0 0.78
HSL 258.21º 1% 0.11% -
HSV(B) 258.21º 1% 0.22% -
XYZ 0.94 0.4 3.77 -
YUV 11.47 153.13 131.95 -
System Red Green Blue C M Y K H S L
Decimal 17 0 56 0.70 1 0 0.78 258.21 1 0.11
Hex 11 0 38 46 64 0 4E 102 64 B
Octal 21 0 70 106 144 0 116 402 144 13
Binary 10001 0 111000 1000110 1100100 0 1001110 100000010 1100100 1011

Color Harmonies of #110038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110038

Black with #110038

Text Example


Text Example

White with #110038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110038; }

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

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

background-color css

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

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

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

border-color css

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

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

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