#12262E

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

Shades of Black Pearl #12262E

Tints of Black Pearl #12262E

Color information

#12262E (or 0x12262E) is unknown color: approx Black Pearl. HEX triplet: 12, 26 and 2E. RGB value is (18,38,46). Sum of RGB (Red+Green+Blue) = 18+38+46=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 46 - color contains mainly: blue. Hex color #12262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12262E is #EDD9D1. Grayscale: #202020. Windows color (decimal): -15587794 or 3024402. OLE color: 3024402.

HSL color Cylindrical-coordinate representation of color #12262E: hue angle of 197.14º 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 #12262E is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183846-
CMYK0.610.1700.82
HSL197.14º43.75%12.55%-
HSV(B)197.14º60.87%18.04%-
XYZ1.441.712.84-
YUV32.93135.37117.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 38 (15.23% from 255) = 37.25%
BLUE value IS 46 (18.36% from 255) = 45.10%
R=17.65%
G=37.25%
B=45.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1838460.610.1700.82197.1443.7512.55
Hex12262E3D11052c52cd
Octal224656752101223055415
Binary100101001101011101111011000101010010110001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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