Html Css Color HEX #11042F Blackcurrant

📋 copy color: '#11042F'

red 17 ◦ green 4 ◦ blue 47

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

Shades of Blackcurrant #11042F

Tints of Blackcurrant #11042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.88%

 BLUE value IS 47 (18.75% from 255) = 69.12%

R = 25%
G = 5.88%
B = 69.12%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11042F (or 0x11042F) is known color: Blackcurrant. HEX triplet: 11, 04 and 2F. RGB value is (17,4,47). Sum of RGB (Red+Green+Blue) = 17+4+47=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #11042F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11042F is #EEFBD0. Grayscale: #0C0C0C. Windows color (decimal): -15662033 or 3081233. OLE color: 3081233.

HSL color Cylindrical-coordinate representation of color #11042F: hue angle of 258.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11042F is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 4 47 -
CMYK 0.64 0.91 0 0.82
HSL 258.14º 0.84% 0.1% -
HSV(B) 258.14º 0.91% 0.18% -
XYZ 0.79 0.41 2.73 -
YUV 12.79 147.31 131 -
System Red Green Blue C M Y K H S L
Decimal 17 4 47 0.64 0.91 0 0.82 258.14 0.84 0.1
Hex 11 4 2F 40 5B 0 52 102 54 A
Octal 21 4 57 100 133 0 122 402 124 12
Binary 10001 100 101111 1000000 1011011 0 1010010 100000010 1010100 1010

Color Harmonies of #11042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11042F

Black with #11042F

Text Example


Text Example

White with #11042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11042F; }

 p { color: rgb(17,4,47); }

 H1.HeaderClassName
 {
   color: #11042F;
 }
 .AnyTagClassName
 {
   color: #11042F;
 }
</style>

background-color css

<style>
 a { background-color: #11042F; }

 a { background-color: rgb(17,4,47); }

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

border-color css

<style>
 span { border-color: #11042F; }

 span { border-color: rgb(17,4,47); }

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