Html Css Color HEX #110423 Blackcurrant

📋 copy color: '#110423'

red 17 ◦ green 4 ◦ blue 35

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

Shades of Blackcurrant #110423

Tints of Blackcurrant #110423

RGB

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

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

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

R = 30.36%
G = 7.14%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#110423 (or 0x110423) is known color: Blackcurrant. HEX triplet: 11, 04 and 23. RGB value is (17,4,35). Sum of RGB (Red+Green+Blue) = 17+4+35=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #110423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110423 is #EEFBDC. Grayscale: #0B0B0B. Windows color (decimal): -15662045 or 2294801. OLE color: 2294801.

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

Color convert

RGB 17 4 35 -
CMYK 0.51 0.89 0 0.86
HSL 265.16º 0.79% 0.08% -
HSV(B) 265.16º 0.89% 0.14% -
XYZ 0.58 0.33 1.62 -
YUV 11.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 17 4 35 0.51 0.89 0 0.86 265.16 0.79 0.08
Hex 11 4 23 33 59 0 56 109 4F 8
Octal 21 4 43 63 131 0 126 411 117 10
Binary 10001 100 100011 110011 1011001 0 1010110 100001001 1001111 1000

Color Harmonies of #110423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110423

Black with #110423

Text Example


Text Example

White with #110423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110423; }

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

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

background-color css

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

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

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

border-color css

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

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

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