Html Css Color HEX #110326 Blackcurrant

📋 copy color: '#110326'

red 17 ◦ green 3 ◦ blue 38

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

Shades of Blackcurrant #110326

Tints of Blackcurrant #110326

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

 BLUE value IS 38 (15.23% from 255) = 65.52%

R = 29.31%
G = 5.17%
B = 65.52%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110326 (or 0x110326) is known color: Blackcurrant. HEX triplet: 11, 03 and 26. RGB value is (17,3,38). Sum of RGB (Red+Green+Blue) = 17+3+38=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #110326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110326 is #EEFCD9. Grayscale: #0B0B0B. Windows color (decimal): -15662298 or 2491153. OLE color: 2491153.

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

Color convert

RGB 17 3 38 -
CMYK 0.55 0.92 0 0.85
HSL 264º 0.85% 0.08% -
HSV(B) 264º 0.92% 0.15% -
XYZ 0.61 0.32 1.86 -
YUV 11.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 17 3 38 0.55 0.92 0 0.85 264 0.85 0.08
Hex 11 3 26 37 5C 0 55 108 55 8
Octal 21 3 46 67 134 0 125 410 125 10
Binary 10001 11 100110 110111 1011100 0 1010101 100001000 1010101 1000

Color Harmonies of #110326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110326

Black with #110326

Text Example


Text Example

White with #110326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110326; }

 p { color: rgb(17,3,38); }

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

background-color css

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

 a { background-color: rgb(17,3,38); }

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

border-color css

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

 span { border-color: rgb(17,3,38); }

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