Html Css Color HEX #112D37 Black Pearl

📋 copy color: '#112D37'

red 17 ◦ green 45 ◦ blue 55

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

Shades of Black Pearl #112D37

Tints of Black Pearl #112D37

RGB

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

 GREEN value IS 45 (17.97% from 255) = 38.46%

 BLUE value IS 55 (21.88% from 255) = 47.01%

R = 14.53%
G = 38.46%
B = 47.01%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#112D37 (or 0x112D37) is known color: Black Pearl. HEX triplet: 11, 2D and 37. RGB value is (17,45,55). Sum of RGB (Red+Green+Blue) = 17+45+55=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 55 - color contains mainly: blue. Hex color #112D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112D37 is #EED2C8. Grayscale: #252525. Windows color (decimal): -15651529 or 3616017. OLE color: 3616017.

HSL color Cylindrical-coordinate representation of color #112D37: hue angle of 195.79º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #112D37 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 45 55 -
CMYK 0.69 0.18 0 0.78
HSL 195.79º 0.53% 0.14% -
HSV(B) 195.79º 0.69% 0.22% -
XYZ 1.86 2.27 3.95 -
YUV 37.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 17 45 55 0.69 0.18 0 0.78 195.79 0.53 0.14
Hex 11 2D 37 45 12 0 4E C4 35 E
Octal 21 55 67 105 22 0 116 304 65 16
Binary 10001 101101 110111 1000101 10010 0 1001110 11000100 110101 1110

Color Harmonies of #112D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D37

Black with #112D37

Text Example


Text Example

White with #112D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,45,55); }

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

background-color css

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

 a { background-color: rgb(17,45,55); }

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

border-color css

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

 span { border-color: rgb(17,45,55); }

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