Html Css Color HEX #112831 Black Pearl

📋 copy color: '#112831'

red 17 ◦ green 40 ◦ blue 49

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

Shades of Black Pearl #112831

Tints of Black Pearl #112831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.74%

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

R = 16.04%
G = 37.74%
B = 46.23%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112831 (or 0x112831) is known color: Black Pearl. HEX triplet: 11, 28 and 31. RGB value is (17,40,49). Sum of RGB (Red+Green+Blue) = 17+40+49=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #112831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112831 is #EED7CE. Grayscale: #222222. Windows color (decimal): -15652815 or 3221521. OLE color: 3221521.

HSL color Cylindrical-coordinate representation of color #112831: hue angle of 196.88º 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 #112831 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 40 49 -
CMYK 0.65 0.18 0 0.81
HSL 196.88º 0.48% 0.13% -
HSV(B) 196.88º 0.65% 0.19% -
XYZ 1.54 1.86 3.18 -
YUV 34.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 17 40 49 0.65 0.18 0 0.81 196.88 0.48 0.13
Hex 11 28 31 41 12 0 51 C5 30 D
Octal 21 50 61 101 22 0 121 305 60 15
Binary 10001 101000 110001 1000001 10010 0 1010001 11000101 110000 1101

Color Harmonies of #112831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112831

Black with #112831

Text Example


Text Example

White with #112831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112831; }

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

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

background-color css

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

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

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

border-color css

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

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

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