Html Css Color HEX #11002C Blackcurrant

📋 copy color: '#11002C'

red 17 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #11002C

Tints of Blackcurrant #11002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 72.13%

R = 27.87%
G = 0%
B = 72.13%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11002C (or 0x11002C) is known color: Blackcurrant. HEX triplet: 11, 00 and 2C. RGB value is (17,0,44). Sum of RGB (Red+Green+Blue) = 17+0+44=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #11002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11002C is #EEFFD3. Grayscale: #090909. Windows color (decimal): -15663060 or 2883601. OLE color: 2883601.

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

Color convert

RGB 17 0 44 -
CMYK 0.61 1 0 0.83
HSL 263.18º 1% 0.09% -
HSV(B) 263.18º 1% 0.17% -
XYZ 0.69 0.3 2.4 -
YUV 10.1 147.13 132.92 -
System Red Green Blue C M Y K H S L
Decimal 17 0 44 0.61 1 0 0.83 263.18 1 0.09
Hex 11 0 2C 3D 64 0 53 107 64 9
Octal 21 0 54 75 144 0 123 407 144 11
Binary 10001 0 101100 111101 1100100 0 1010011 100000111 1100100 1001

Color Harmonies of #11002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11002C

Black with #11002C

Text Example


Text Example

White with #11002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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