Html Css Color HEX #112C34 Black Pearl

📋 copy color: '#112C34'

red 17 ◦ green 44 ◦ blue 52

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

Shades of Black Pearl #112C34

Tints of Black Pearl #112C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 38.94%

 BLUE value IS 52 (20.7% from 255) = 46.02%

R = 15.04%
G = 38.94%
B = 46.02%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112C34 (or 0x112C34) is known color: Black Pearl. HEX triplet: 11, 2C and 34. RGB value is (17,44,52). Sum of RGB (Red+Green+Blue) = 17+44+52=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 52 - color contains mainly: blue. Hex color #112C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112C34 is #EED3CB. Grayscale: #242424. Windows color (decimal): -15651788 or 3419153. OLE color: 3419153.

HSL color Cylindrical-coordinate representation of color #112C34: hue angle of 193.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112C34 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 44 52 -
CMYK 0.67 0.15 0 0.80
HSL 193.71º 0.51% 0.14% -
HSV(B) 193.71º 0.67% 0.2% -
XYZ 1.75 2.17 3.58 -
YUV 36.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 17 44 52 0.67 0.15 0 0.80 193.71 0.51 0.14
Hex 11 2C 34 43 F 0 50 C2 33 E
Octal 21 54 64 103 17 0 120 302 63 16
Binary 10001 101100 110100 1000011 1111 0 1010000 11000010 110011 1110

Color Harmonies of #112C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C34

Black with #112C34

Text Example


Text Example

White with #112C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,52); }

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

background-color css

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

 a { background-color: rgb(17,44,52); }

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

border-color css

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

 span { border-color: rgb(17,44,52); }

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