Html Css Color HEX #11031E Blackcurrant

📋 copy color: '#11031E'

red 17 ◦ green 3 ◦ blue 30

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

Shades of Blackcurrant #11031E

Tints of Blackcurrant #11031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 60%

R = 34%
G = 6%
B = 60%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11031E (or 0x11031E) is known color: Blackcurrant. HEX triplet: 11, 03 and 1E. RGB value is (17,3,30). Sum of RGB (Red+Green+Blue) = 17+3+30=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #11031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031E is #EEFCE1. Grayscale: #0A0A0A. Windows color (decimal): -15662306 or 1966865. OLE color: 1966865.

HSL color Cylindrical-coordinate representation of color #11031E: hue angle of 271.11º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11031E is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 3 30 -
CMYK 0.43 0.90 0 0.88
HSL 271.11º 0.82% 0.06% -
HSV(B) 271.11º 0.9% 0.12% -
XYZ 0.5 0.28 1.26 -
YUV 10.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 17 3 30 0.43 0.90 0 0.88 271.11 0.82 0.06
Hex 11 3 1E 2B 5A 0 58 10F 52 6
Octal 21 3 36 53 132 0 130 417 122 6
Binary 10001 11 11110 101011 1011010 0 1011000 100001111 1010010 110

Color Harmonies of #11031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11031E

Black with #11031E

Text Example


Text Example

White with #11031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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