Html Css Color HEX #11002D Blackcurrant

📋 copy color: '#11002D'

red 17 ◦ green 0 ◦ blue 45

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

Shades of Blackcurrant #11002D

Tints of Blackcurrant #11002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 72.58%

R = 27.42%
G = 0%
B = 72.58%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11002D (or 0x11002D) is known color: Blackcurrant. HEX triplet: 11, 00 and 2D. RGB value is (17,0,45). Sum of RGB (Red+Green+Blue) = 17+0+45=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #11002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11002D is #EEFFD2. Grayscale: #0A0A0A. Windows color (decimal): -15663059 or 2949137. OLE color: 2949137.

HSL color Cylindrical-coordinate representation of color #11002D: hue angle of 262.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11002D is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 0 45 -
CMYK 0.62 1 0 0.82
HSL 262.67º 1% 0.09% -
HSV(B) 262.67º 1% 0.18% -
XYZ 0.7 0.31 2.51 -
YUV 10.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 17 0 45 0.62 1 0 0.82 262.67 1 0.09
Hex 11 0 2D 3E 64 0 52 107 64 9
Octal 21 0 55 76 144 0 122 407 144 11
Binary 10001 0 101101 111110 1100100 0 1010010 100000111 1100100 1001

Color Harmonies of #11002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11002D

Black with #11002D

Text Example


Text Example

White with #11002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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