Html Css Color HEX #112131 Black Pearl

📋 copy color: '#112131'

red 17 ◦ green 33 ◦ blue 49

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

Shades of Black Pearl #112131

Tints of Black Pearl #112131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 33.33%

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

R = 17.17%
G = 33.33%
B = 49.49%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112131 (or 0x112131) is known color: Black Pearl. HEX triplet: 11, 21 and 31. RGB value is (17,33,49). Sum of RGB (Red+Green+Blue) = 17+33+49=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #112131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112131 is #EEDECE. Grayscale: #1D1D1D. Windows color (decimal): -15654607 or 3219729. OLE color: 3219729.

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

Color convert

RGB 17 33 49 -
CMYK 0.65 0.33 0 0.81
HSL 210º 0.48% 0.13% -
HSV(B) 210º 0.65% 0.19% -
XYZ 1.33 1.43 3.11 -
YUV 30.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 17 33 49 0.65 0.33 0 0.81 210 0.48 0.13
Hex 11 21 31 41 21 0 51 D2 30 D
Octal 21 41 61 101 41 0 121 322 60 15
Binary 10001 100001 110001 1000001 100001 0 1010001 11010010 110000 1101

Color Harmonies of #112131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112131

Black with #112131

Text Example


Text Example

White with #112131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112131; }

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

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

background-color css

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

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

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

border-color css

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

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

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