Html Css Color HEX #110035 Blackcurrant

📋 copy color: '#110035'

red 17 ◦ green 0 ◦ blue 53

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

Shades of Blackcurrant #110035

Tints of Blackcurrant #110035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 75.71%

R = 24.29%
G = 0%
B = 75.71%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#110035 (or 0x110035) is known color: Blackcurrant. HEX triplet: 11, 00 and 35. RGB value is (17,0,53). Sum of RGB (Red+Green+Blue) = 17+0+53=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 53 (21.09% from 255 or 75.71% from 70); Max value from RGB is 53 - color contains mainly: blue. Hex color #110035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110035 is #EEFFCA. Grayscale: #0A0A0A. Windows color (decimal): -15663051 or 3473425. OLE color: 3473425.

HSL color Cylindrical-coordinate representation of color #110035: hue angle of 259.25º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110035 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 0 53 -
CMYK 0.68 1 0 0.79
HSL 259.25º 1% 0.1% -
HSV(B) 259.25º 1% 0.21% -
XYZ 0.87 0.38 3.39 -
YUV 11.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 17 0 53 0.68 1 0 0.79 259.25 1 0.1
Hex 11 0 35 44 64 0 4F 103 64 A
Octal 21 0 65 104 144 0 117 403 144 12
Binary 10001 0 110101 1000100 1100100 0 1001111 100000011 1100100 1010

Color Harmonies of #110035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110035

Black with #110035

Text Example


Text Example

White with #110035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110035; }

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

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

background-color css

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

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

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

border-color css

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

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

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