Html Css Color HEX #11002A Blackcurrant

📋 copy color: '#11002A'

red 17 ◦ green 0 ◦ blue 42

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

Shades of Blackcurrant #11002A

Tints of Blackcurrant #11002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 71.19%

R = 28.81%
G = 0%
B = 71.19%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#11002A (or 0x11002A) is known color: Blackcurrant. HEX triplet: 11, 00 and 2A. RGB value is (17,0,42). Sum of RGB (Red+Green+Blue) = 17+0+42=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 42 (16.80% from 255 or 71.19% from 59); Max value from RGB is 42 - color contains mainly: blue. Hex color #11002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11002A is #EEFFD5. Grayscale: #090909. Windows color (decimal): -15663062 or 2752529. OLE color: 2752529.

HSL color Cylindrical-coordinate representation of color #11002A: hue angle of 264.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11002A is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 0 42 -
CMYK 0.60 1 0 0.84
HSL 264.29º 1% 0.08% -
HSV(B) 264.29º 1% 0.16% -
XYZ 0.65 0.29 2.21 -
YUV 9.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 17 0 42 0.60 1 0 0.84 264.29 1 0.08
Hex 11 0 2A 3C 64 0 54 108 64 8
Octal 21 0 52 74 144 0 124 410 144 10
Binary 10001 0 101010 111100 1100100 0 1010100 100001000 1100100 1000

Color Harmonies of #11002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11002A

Black with #11002A

Text Example


Text Example

White with #11002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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