Html Css Color HEX #11001D Blackcurrant

📋 copy color: '#11001D'

red 17 ◦ green 0 ◦ blue 29

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

Shades of Blackcurrant #11001D

Tints of Blackcurrant #11001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 63.04%

R = 36.96%
G = 0%
B = 63.04%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11001D (or 0x11001D) is known color: Blackcurrant. HEX triplet: 11, 00 and 1D. RGB value is (17,0,29). Sum of RGB (Red+Green+Blue) = 17+0+29=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 29 (11.72% from 255 or 63.04% from 46); Max value from RGB is 29 - color contains mainly: blue. Hex color #11001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001D is #EEFFE2. Grayscale: #080808. Windows color (decimal): -15663075 or 1900561. OLE color: 1900561.

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

Color convert

RGB 17 0 29 -
CMYK 0.41 1 0 0.89
HSL 275.17º 1% 0.06% -
HSV(B) 275.17º 1% 0.11% -
XYZ 0.45 0.21 1.18 -
YUV 8.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 17 0 29 0.41 1 0 0.89 275.17 1 0.06
Hex 11 0 1D 29 64 0 59 113 64 6
Octal 21 0 35 51 144 0 131 423 144 6
Binary 10001 0 11101 101001 1100100 0 1011001 100010011 1100100 110

Color Harmonies of #11001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11001D

Black with #11001D

Text Example


Text Example

White with #11001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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