Html Css Color HEX #11031B Blackcurrant

📋 copy color: '#11031B'

red 17 ◦ green 3 ◦ blue 27

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

Shades of Blackcurrant #11031B

Tints of Blackcurrant #11031B

RGB

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

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

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

R = 36.17%
G = 6.38%
B = 57.45%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11031B (or 0x11031B) is known color: Blackcurrant. HEX triplet: 11, 03 and 1B. RGB value is (17,3,27). Sum of RGB (Red+Green+Blue) = 17+3+27=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #11031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031B is #EEFCE4. Grayscale: #090909. Windows color (decimal): -15662309 or 1770257. OLE color: 1770257.

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

Color convert

RGB 17 3 27 -
CMYK 0.37 0.89 0 0.89
HSL 275º 0.8% 0.06% -
HSV(B) 275º 0.89% 0.11% -
XYZ 0.46 0.26 1.06 -
YUV 9.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 17 3 27 0.37 0.89 0 0.89 275 0.8 0.06
Hex 11 3 1B 25 59 0 59 113 50 6
Octal 21 3 33 45 131 0 131 423 120 6
Binary 10001 11 11011 100101 1011001 0 1011001 100010011 1010000 110

Color Harmonies of #11031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11031B

Black with #11031B

Text Example


Text Example

White with #11031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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