#12272F

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

Shades of Black Pearl #12272F

Tints of Black Pearl #12272F

Color information

#12272F (or 0x12272F) is unknown color: approx Black Pearl. HEX triplet: 12, 27 and 2F. RGB value is (18,39,47). Sum of RGB (Red+Green+Blue) = 18+39+47=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #12272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12272F is #EDD8D0. Grayscale: #212121. Windows color (decimal): -15587537 or 3090194. OLE color: 3090194.

HSL color Cylindrical-coordinate representation of color #12272F: hue angle of 196.55º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12272F is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183947-
CMYK0.620.1700.82
HSL196.55º44.62%12.75%-
HSV(B)196.55º61.7%18.43%-
XYZ1.491.782.96-
YUV33.63135.54116.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=17.31%
G=37.5%
B=45.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1839470.620.1700.82196.5544.6212.75
Hex12272F3E11052c52dd
Octal224757762101223055515
Binary100101001111011111111101000101010010110001011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12272F; }

 p { color: rgb(18,39,47); }

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

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

 a { background-color: rgb(18,39,47); }

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

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

 span { border-color: rgb(18,39,47); }

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