Html Css Color HEX #11001E Blackcurrant

📋 copy color: '#11001E'

red 17 ◦ green 0 ◦ blue 30

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

Shades of Blackcurrant #11001E

Tints of Blackcurrant #11001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.17%
G = 0%
B = 63.83%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11001E (or 0x11001E) is known color: Blackcurrant. HEX triplet: 11, 00 and 1E. RGB value is (17,0,30). Sum of RGB (Red+Green+Blue) = 17+0+30=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #11001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001E is #EEFFE1. Grayscale: #080808. Windows color (decimal): -15663074 or 1966097. OLE color: 1966097.

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

Color convert

RGB 17 0 30 -
CMYK 0.43 1 0 0.88
HSL 274º 1% 0.06% -
HSV(B) 274º 1% 0.12% -
XYZ 0.47 0.21 1.24 -
YUV 8.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 17 0 30 0.43 1 0 0.88 274 1 0.06
Hex 11 0 1E 2B 64 0 58 112 64 6
Octal 21 0 36 53 144 0 130 422 144 6
Binary 10001 0 11110 101011 1100100 0 1011000 100010010 1100100 110

Color Harmonies of #11001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11001E

Black with #11001E

Text Example


Text Example

White with #11001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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