Html Css Color HEX #112931 Black Pearl

📋 copy color: '#112931'

red 17 ◦ green 41 ◦ blue 49

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

Shades of Black Pearl #112931

Tints of Black Pearl #112931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 45.79%

R = 15.89%
G = 38.32%
B = 45.79%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112931 (or 0x112931) is known color: Black Pearl. HEX triplet: 11, 29 and 31. RGB value is (17,41,49). Sum of RGB (Red+Green+Blue) = 17+41+49=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #112931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112931 is #EED6CE. Grayscale: #222222. Windows color (decimal): -15652559 or 3221777. OLE color: 3221777.

HSL color Cylindrical-coordinate representation of color #112931: hue angle of 195º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112931 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 41 49 -
CMYK 0.65 0.16 0 0.81
HSL 195º 0.48% 0.13% -
HSV(B) 195º 0.65% 0.19% -
XYZ 1.58 1.93 3.19 -
YUV 34.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 17 41 49 0.65 0.16 0 0.81 195 0.48 0.13
Hex 11 29 31 41 10 0 51 C3 30 D
Octal 21 51 61 101 20 0 121 303 60 15
Binary 10001 101001 110001 1000001 10000 0 1010001 11000011 110000 1101

Color Harmonies of #112931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112931

Black with #112931

Text Example


Text Example

White with #112931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112931; }

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

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

background-color css

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

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

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

border-color css

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

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

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