Html Css Color HEX #11052C Blackcurrant

📋 copy color: '#11052C'

red 17 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #11052C

Tints of Blackcurrant #11052C

RGB

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

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

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

R = 25.76%
G = 7.58%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11052C (or 0x11052C) is known color: Blackcurrant. HEX triplet: 11, 05 and 2C. RGB value is (17,5,44). Sum of RGB (Red+Green+Blue) = 17+5+44=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #11052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11052C is #EEFAD3. Grayscale: #0C0C0C. Windows color (decimal): -15661780 or 2884881. OLE color: 2884881.

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

Color convert

RGB 17 5 44 -
CMYK 0.61 0.89 0 0.83
HSL 258.46º 0.8% 0.1% -
HSV(B) 258.46º 0.89% 0.17% -
XYZ 0.74 0.41 2.42 -
YUV 13.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 17 5 44 0.61 0.89 0 0.83 258.46 0.8 0.1
Hex 11 5 2C 3D 59 0 53 102 50 A
Octal 21 5 54 75 131 0 123 402 120 12
Binary 10001 101 101100 111101 1011001 0 1010011 100000010 1010000 1010

Color Harmonies of #11052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11052C

Black with #11052C

Text Example


Text Example

White with #11052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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