#12272C

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

Shades of Black Pearl #12272C

Tints of Black Pearl #12272C

Color information

#12272C (or 0x12272C) is unknown color: approx Black Pearl. HEX triplet: 12, 27 and 2C. RGB value is (18,39,44). Sum of RGB (Red+Green+Blue) = 18+39+44=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #12272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12272C is #EDD8D3. Grayscale: #212121. Windows color (decimal): -15587540 or 2893586. OLE color: 2893586.

HSL color Cylindrical-coordinate representation of color #12272C: hue angle of 191.54º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12272C is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183944-
CMYK0.590.1100.83
HSL191.54º41.94%12.16%-
HSV(B)191.54º59.09%17.25%-
XYZ1.431.762.65-
YUV33.29134.04117.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=17.82%
G=38.61%
B=43.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1839440.590.1100.83191.5441.9412.16
Hex12272C3BB053c02ac
Octal224754731301233005214
Binary10010100111101100111011101101010011110000001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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