Html Css Color HEX #11052B Blackcurrant

📋 copy color: '#11052B'

red 17 ◦ green 5 ◦ blue 43

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

Shades of Blackcurrant #11052B

Tints of Blackcurrant #11052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.69%

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

R = 26.15%
G = 7.69%
B = 66.15%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11052B (or 0x11052B) is known color: Blackcurrant. HEX triplet: 11, 05 and 2B. RGB value is (17,5,43). Sum of RGB (Red+Green+Blue) = 17+5+43=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 43 (17.19% from 255 or 66.15% from 65); Max value from RGB is 43 - color contains mainly: blue. Hex color #11052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11052B is #EEFAD4. Grayscale: #0C0C0C. Windows color (decimal): -15661781 or 2819345. OLE color: 2819345.

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

Color convert

RGB 17 5 43 -
CMYK 0.60 0.88 0 0.83
HSL 258.95º 0.79% 0.09% -
HSV(B) 258.95º 0.88% 0.17% -
XYZ 0.72 0.4 2.33 -
YUV 12.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 17 5 43 0.60 0.88 0 0.83 258.95 0.79 0.09
Hex 11 5 2B 3C 58 0 53 103 4F 9
Octal 21 5 53 74 130 0 123 403 117 11
Binary 10001 101 101011 111100 1011000 0 1010011 100000011 1001111 1001

Color Harmonies of #11052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11052B

Black with #11052B

Text Example


Text Example

White with #11052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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