Html Css Color HEX #11002B Blackcurrant

📋 copy color: '#11002B'

red 17 ◦ green 0 ◦ blue 43

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

Shades of Blackcurrant #11002B

Tints of Blackcurrant #11002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 71.67%

R = 28.33%
G = 0%
B = 71.67%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11002B (or 0x11002B) is known color: Blackcurrant. HEX triplet: 11, 00 and 2B. RGB value is (17,0,43). Sum of RGB (Red+Green+Blue) = 17+0+43=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 43 (17.19% from 255 or 71.67% from 60); Max value from RGB is 43 - color contains mainly: blue. Hex color #11002B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11002B is #EEFFD4. Grayscale: #090909. Windows color (decimal): -15663061 or 2818065. OLE color: 2818065.

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

Color convert

RGB 17 0 43 -
CMYK 0.60 1 0 0.83
HSL 263.72º 1% 0.08% -
HSV(B) 263.72º 1% 0.17% -
XYZ 0.67 0.29 2.31 -
YUV 9.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 17 0 43 0.60 1 0 0.83 263.72 1 0.08
Hex 11 0 2B 3C 64 0 53 108 64 8
Octal 21 0 53 74 144 0 123 410 144 10
Binary 10001 0 101011 111100 1100100 0 1010011 100001000 1100100 1000

Color Harmonies of #11002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11002B

Black with #11002B

Text Example


Text Example

White with #11002B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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