Html Css Color HEX #11081F Blackcurrant

📋 copy color: '#11081F'

red 17 ◦ green 8 ◦ blue 31

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

Shades of Blackcurrant #11081F

Tints of Blackcurrant #11081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.29%

 BLUE value IS 31 (12.5% from 255) = 55.36%

R = 30.36%
G = 14.29%
B = 55.36%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11081F (or 0x11081F) is known color: Blackcurrant. HEX triplet: 11, 08 and 1F. RGB value is (17,8,31). Sum of RGB (Red+Green+Blue) = 17+8+31=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #11081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11081F is #EEF7E0. Grayscale: #0D0D0D. Windows color (decimal): -15661025 or 2033681. OLE color: 2033681.

HSL color Cylindrical-coordinate representation of color #11081F: hue angle of 263.48º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11081F is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 8 31 -
CMYK 0.45 0.74 0 0.88
HSL 263.48º 0.59% 0.08% -
HSV(B) 263.48º 0.74% 0.12% -
XYZ 0.57 0.39 1.34 -
YUV 13.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 17 8 31 0.45 0.74 0 0.88 263.48 0.59 0.08
Hex 11 8 1F 2D 4A 0 58 107 3B 8
Octal 21 10 37 55 112 0 130 407 73 10
Binary 10001 1000 11111 101101 1001010 0 1011000 100000111 111011 1000

Color Harmonies of #11081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11081F

Black with #11081F

Text Example


Text Example

White with #11081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11081F; }

 p { color: rgb(17,8,31); }

 H1.HeaderClassName
 {
   color: #11081F;
 }
 .AnyTagClassName
 {
   color: #11081F;
 }
</style>

background-color css

<style>
 a { background-color: #11081F; }

 a { background-color: rgb(17,8,31); }

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

border-color css

<style>
 span { border-color: #11081F; }

 span { border-color: rgb(17,8,31); }

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