Html Css Color HEX #11071B Blackcurrant

📋 copy color: '#11071B'

red 17 ◦ green 7 ◦ blue 27

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

Shades of Blackcurrant #11071B

Tints of Blackcurrant #11071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 52.94%

R = 33.33%
G = 13.73%
B = 52.94%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11071B (or 0x11071B) is known color: Blackcurrant. HEX triplet: 11, 07 and 1B. RGB value is (17,7,27). Sum of RGB (Red+Green+Blue) = 17+7+27=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #11071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11071B is #EEF8E4. Grayscale: #0C0C0C. Windows color (decimal): -15661285 or 1771281. OLE color: 1771281.

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

Color convert

RGB 17 7 27 -
CMYK 0.37 0.74 0 0.89
HSL 270º 0.59% 0.07% -
HSV(B) 270º 0.74% 0.11% -
XYZ 0.5 0.35 1.08 -
YUV 12.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 17 7 27 0.37 0.74 0 0.89 270 0.59 0.07
Hex 11 7 1B 25 4A 0 59 10E 3B 7
Octal 21 7 33 45 112 0 131 416 73 7
Binary 10001 111 11011 100101 1001010 0 1011001 100001110 111011 111

Color Harmonies of #11071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11071B

Black with #11071B

Text Example


Text Example

White with #11071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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