Html Css Color HEX #11031A Blackcurrant

📋 copy color: '#11031A'

red 17 ◦ green 3 ◦ blue 26

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

Shades of Blackcurrant #11031A

Tints of Blackcurrant #11031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 56.52%

R = 36.96%
G = 6.52%
B = 56.52%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#11031A (or 0x11031A) is known color: Blackcurrant. HEX triplet: 11, 03 and 1A. RGB value is (17,3,26). Sum of RGB (Red+Green+Blue) = 17+3+26=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #11031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031A is #EEFCE5. Grayscale: #090909. Windows color (decimal): -15662310 or 1704721. OLE color: 1704721.

HSL color Cylindrical-coordinate representation of color #11031A: hue angle of 276.52º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11031A is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 3 26 -
CMYK 0.35 0.88 0 0.90
HSL 276.52º 0.79% 0.06% -
HSV(B) 276.52º 0.88% 0.1% -
XYZ 0.45 0.26 1 -
YUV 9.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 17 3 26 0.35 0.88 0 0.90 276.52 0.79 0.06
Hex 11 3 1A 23 58 0 5A 115 4F 6
Octal 21 3 32 43 130 0 132 425 117 6
Binary 10001 11 11010 100011 1011000 0 1011010 100010101 1001111 110

Color Harmonies of #11031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11031A

Black with #11031A

Text Example


Text Example

White with #11031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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