Html Css Color HEX #11292E Black Pearl

📋 copy color: '#11292E'

red 17 ◦ green 41 ◦ blue 46

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

Shades of Black Pearl #11292E

Tints of Black Pearl #11292E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.42%

 BLUE value IS 46 (18.36% from 255) = 44.23%

R = 16.35%
G = 39.42%
B = 44.23%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#11292E (or 0x11292E) is known color: Black Pearl. HEX triplet: 11, 29 and 2E. RGB value is (17,41,46). Sum of RGB (Red+Green+Blue) = 17+41+46=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #11292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11292E is #EED6D1. Grayscale: #222222. Windows color (decimal): -15652562 or 3025169. OLE color: 3025169.

HSL color Cylindrical-coordinate representation of color #11292E: hue angle of 190.34º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11292E is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 17 41 46 -
CMYK 0.63 0.11 0 0.82
HSL 190.34º 0.46% 0.12% -
HSV(B) 190.34º 0.63% 0.18% -
XYZ 1.52 1.9 2.87 -
YUV 34.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 17 41 46 0.63 0.11 0 0.82 190.34 0.46 0.12
Hex 11 29 2E 3F B 0 52 BE 2E C
Octal 21 51 56 77 13 0 122 276 56 14
Binary 10001 101001 101110 111111 1011 0 1010010 10111110 101110 1100

Color Harmonies of #11292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11292E

Black with #11292E

Text Example


Text Example

White with #11292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11292E; }

 p { color: rgb(17,41,46); }

 H1.HeaderClassName
 {
   color: #11292E;
 }
 .AnyTagClassName
 {
   color: #11292E;
 }
</style>

background-color css

<style>
 a { background-color: #11292E; }

 a { background-color: rgb(17,41,46); }

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

border-color css

<style>
 span { border-color: #11292E; }

 span { border-color: rgb(17,41,46); }

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