Html Css Color HEX #110023 Blackcurrant

📋 copy color: '#110023'

red 17 ◦ green 0 ◦ blue 35

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

Shades of Blackcurrant #110023

Tints of Blackcurrant #110023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 67.31%

R = 32.69%
G = 0%
B = 67.31%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#110023 (or 0x110023) is known color: Blackcurrant. HEX triplet: 11, 00 and 23. RGB value is (17,0,35). Sum of RGB (Red+Green+Blue) = 17+0+35=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #110023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110023 is #EEFFDC. Grayscale: #080808. Windows color (decimal): -15663069 or 2293777. OLE color: 2293777.

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

Color convert

RGB 17 0 35 -
CMYK 0.51 1 0 0.86
HSL 269.14º 1% 0.07% -
HSV(B) 269.14º 1% 0.14% -
XYZ 0.53 0.24 1.61 -
YUV 9.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 17 0 35 0.51 1 0 0.86 269.14 1 0.07
Hex 11 0 23 33 64 0 56 10D 64 7
Octal 21 0 43 63 144 0 126 415 144 7
Binary 10001 0 100011 110011 1100100 0 1010110 100001101 1100100 111

Color Harmonies of #110023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110023

Black with #110023

Text Example


Text Example

White with #110023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110023; }

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

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

background-color css

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

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

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

border-color css

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

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

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