Html Css Color HEX #110027 Blackcurrant

📋 copy color: '#110027'

red 17 ◦ green 0 ◦ blue 39

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

Shades of Blackcurrant #110027

Tints of Blackcurrant #110027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 69.64%

R = 30.36%
G = 0%
B = 69.64%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110027 (or 0x110027) is known color: Blackcurrant. HEX triplet: 11, 00 and 27. RGB value is (17,0,39). Sum of RGB (Red+Green+Blue) = 17+0+39=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #110027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110027 is #EEFFD8. Grayscale: #090909. Windows color (decimal): -15663065 or 2555921. OLE color: 2555921.

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

Color convert

RGB 17 0 39 -
CMYK 0.56 1 0 0.85
HSL 266.15º 1% 0.08% -
HSV(B) 266.15º 1% 0.15% -
XYZ 0.6 0.27 1.94 -
YUV 9.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 17 0 39 0.56 1 0 0.85 266.15 1 0.08
Hex 11 0 27 38 64 0 55 10A 64 8
Octal 21 0 47 70 144 0 125 412 144 10
Binary 10001 0 100111 111000 1100100 0 1010101 100001010 1100100 1000

Color Harmonies of #110027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110027

Black with #110027

Text Example


Text Example

White with #110027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110027; }

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

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

background-color css

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

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

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

border-color css

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

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

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