Html Css Color HEX #112B31 Black Pearl

📋 copy color: '#112B31'

red 17 ◦ green 43 ◦ blue 49

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

Shades of Black Pearl #112B31

Tints of Black Pearl #112B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 39.45%

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

R = 15.6%
G = 39.45%
B = 44.95%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112B31 (or 0x112B31) is known color: Black Pearl. HEX triplet: 11, 2B and 31. RGB value is (17,43,49). Sum of RGB (Red+Green+Blue) = 17+43+49=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #112B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B31 is #EED4CE. Grayscale: #232323. Windows color (decimal): -15652047 or 3222289. OLE color: 3222289.

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

Color convert

RGB 17 43 49 -
CMYK 0.65 0.12 0 0.81
HSL 191.25º 0.48% 0.13% -
HSV(B) 191.25º 0.65% 0.19% -
XYZ 1.65 2.07 3.22 -
YUV 35.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 17 43 49 0.65 0.12 0 0.81 191.25 0.48 0.13
Hex 11 2B 31 41 C 0 51 BF 30 D
Octal 21 53 61 101 14 0 121 277 60 15
Binary 10001 101011 110001 1000001 1100 0 1010001 10111111 110000 1101

Color Harmonies of #112B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B31

Black with #112B31

Text Example


Text Example

White with #112B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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