Html Css Color HEX #112031 Black Pearl

📋 copy color: '#112031'

red 17 ◦ green 32 ◦ blue 49

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

Shades of Black Pearl #112031

Tints of Black Pearl #112031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.65%

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

R = 17.35%
G = 32.65%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112031 (or 0x112031) is known color: Black Pearl. HEX triplet: 11, 20 and 31. RGB value is (17,32,49). Sum of RGB (Red+Green+Blue) = 17+32+49=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #112031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112031 is #EEDFCE. Grayscale: #1D1D1D. Windows color (decimal): -15654863 or 3219473. OLE color: 3219473.

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

Color convert

RGB 17 32 49 -
CMYK 0.65 0.35 0 0.81
HSL 211.88º 0.48% 0.13% -
HSV(B) 211.88º 0.65% 0.19% -
XYZ 1.3 1.37 3.1 -
YUV 29.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 17 32 49 0.65 0.35 0 0.81 211.88 0.48 0.13
Hex 11 20 31 41 23 0 51 D4 30 D
Octal 21 40 61 101 43 0 121 324 60 15
Binary 10001 100000 110001 1000001 100011 0 1010001 11010100 110000 1101

Color Harmonies of #112031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112031

Black with #112031

Text Example


Text Example

White with #112031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112031; }

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

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

background-color css

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

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

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

border-color css

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

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

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