#112A2F

Color #112A2F Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #112A2F

Tints of Black Pearl #112A2F

Color information

#112A2F (or 0x112A2F) is unknown color: approx Black Pearl. HEX triplet: 11, 2A and 2F. RGB value is (17,42,47). Sum of RGB (Red+Green+Blue) = 17+42+47=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #112A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112A2F is #EED5D0. Grayscale: #232323. Windows color (decimal): -15652305 or 3090961. OLE color: 3090961.

HSL color Cylindrical-coordinate representation of color #112A2F: hue angle of 190º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #112A2F is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB174247-
CMYK0.640.1100.82
HSL190º46.87%12.55%-
HSV(B)190º63.83%18.43%-
XYZ1.571.982.99-
YUV35.1134.72115.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.04%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=16.04%
G=39.62%
B=44.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1742470.640.1100.8219046.8712.55
Hex112A2F40B052be2fd
Octal2152571001301222765715
Binary100011010101011111000000101101010010101111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,42,47); }

 H1.HeaderClassName
 {
   color: #112A2F;
 }
 .AnyTagClassName
 {
   color: #112A2F;
 }
</style>
background-color css

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

 a { background-color: rgb(17,42,47); }

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

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

 span { border-color: rgb(17,42,47); }

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