Html Css Color HEX #11071C Blackcurrant

📋 copy color: '#11071C'

red 17 ◦ green 7 ◦ blue 28

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

Shades of Blackcurrant #11071C

Tints of Blackcurrant #11071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.46%

 BLUE value IS 28 (11.33% from 255) = 53.85%

R = 32.69%
G = 13.46%
B = 53.85%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11071C (or 0x11071C) is known color: Blackcurrant. HEX triplet: 11, 07 and 1C. RGB value is (17,7,28). Sum of RGB (Red+Green+Blue) = 17+7+28=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #11071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071C is #EEF8E3. Grayscale: #0C0C0C. Windows color (decimal): -15661284 or 1836817. OLE color: 1836817.

HSL color Cylindrical-coordinate representation of color #11071C: hue angle of 268.57º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11071C is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 7 28 -
CMYK 0.39 0.75 0 0.89
HSL 268.57º 0.6% 0.07% -
HSV(B) 268.57º 0.75% 0.11% -
XYZ 0.52 0.35 1.14 -
YUV 12.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 17 7 28 0.39 0.75 0 0.89 268.57 0.6 0.07
Hex 11 7 1C 27 4B 0 59 10D 3C 7
Octal 21 7 34 47 113 0 131 415 74 7
Binary 10001 111 11100 100111 1001011 0 1011001 100001101 111100 111

Color Harmonies of #11071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11071C

Black with #11071C

Text Example


Text Example

White with #11071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11071C; }

 p { color: rgb(17,7,28); }

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

background-color css

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

 a { background-color: rgb(17,7,28); }

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

border-color css

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

 span { border-color: rgb(17,7,28); }

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