Html Css Color HEX #112631 Black Pearl

📋 copy color: '#112631'

red 17 ◦ green 38 ◦ blue 49

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

Shades of Black Pearl #112631

Tints of Black Pearl #112631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.54%

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

R = 16.35%
G = 36.54%
B = 47.12%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112631 (or 0x112631) is known color: Black Pearl. HEX triplet: 11, 26 and 31. RGB value is (17,38,49). Sum of RGB (Red+Green+Blue) = 17+38+49=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #112631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112631 is #EED9CE. Grayscale: #202020. Windows color (decimal): -15653327 or 3221009. OLE color: 3221009.

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

Color convert

RGB 17 38 49 -
CMYK 0.65 0.22 0 0.81
HSL 200.63º 0.48% 0.13% -
HSV(B) 200.63º 0.65% 0.19% -
XYZ 1.48 1.73 3.16 -
YUV 32.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 17 38 49 0.65 0.22 0 0.81 200.63 0.48 0.13
Hex 11 26 31 41 16 0 51 C9 30 D
Octal 21 46 61 101 26 0 121 311 60 15
Binary 10001 100110 110001 1000001 10110 0 1010001 11001001 110000 1101

Color Harmonies of #112631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112631

Black with #112631

Text Example


Text Example

White with #112631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112631; }

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

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

background-color css

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

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

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

border-color css

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

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

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