#12272E

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

Shades of Black Pearl #12272E

Tints of Black Pearl #12272E

Color information

#12272E (or 0x12272E) is unknown color: approx Black Pearl. HEX triplet: 12, 27 and 2E. RGB value is (18,39,46). Sum of RGB (Red+Green+Blue) = 18+39+46=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 39 (15.62% from 255 or 37.86% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #12272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12272E is #EDD8D1. Grayscale: #212121. Windows color (decimal): -15587538 or 3024658. OLE color: 3024658.

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

Color convert

RGB183946-
CMYK0.610.1500.82
HSL195º43.75%12.55%-
HSV(B)195º60.87%18.04%-
XYZ1.471.782.85-
YUV33.52135.04116.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 39 (15.62% from 255) = 37.86%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=17.48%
G=37.86%
B=44.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1839460.610.1500.8219543.7512.55
Hex12272E3DF052c32cd
Octal224756751701223035415
Binary10010100111101110111101111101010010110000111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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