#12272A

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

Shades of Black Pearl #12272A

Tints of Black Pearl #12272A

Color information

#12272A (or 0x12272A) is unknown color: approx Black Pearl. HEX triplet: 12, 27 and 2A. RGB value is (18,39,42). Sum of RGB (Red+Green+Blue) = 18+39+42=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #12272A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12272A is #EDD8D5. Grayscale: #212121. Windows color (decimal): -15587542 or 2762514. OLE color: 2762514.

HSL color Cylindrical-coordinate representation of color #12272A: hue angle of 187.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12272A is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183942-
CMYK0.570.0700.84
HSL187.5º40%11.76%-
HSV(B)187.5º57.14%16.47%-
XYZ1.391.752.45-
YUV33.06133.04117.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=18.18%
G=39.39%
B=42.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1839420.570.0700.84187.54011.76
Hex12272A397054bc28c
Octal22475271701242745014
Binary1001010011110101011100111101010100101111001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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