#12252E

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

Shades of Black Pearl #12252E

Tints of Black Pearl #12252E

Color information

#12252E (or 0x12252E) is unknown color: approx Black Pearl. HEX triplet: 12, 25 and 2E. RGB value is (18,37,46). Sum of RGB (Red+Green+Blue) = 18+37+46=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #12252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12252E is #EDDAD1. Grayscale: #202020. Windows color (decimal): -15588050 or 3024146. OLE color: 3024146.

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

Color convert

RGB183746-
CMYK0.610.2000.82
HSL199.29º43.75%12.55%-
HSV(B)199.29º60.87%18.04%-
XYZ1.41.652.83-
YUV32.34135.71117.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 37 (14.84% from 255) = 36.63%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=17.82%
G=36.63%
B=45.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1837460.610.2000.82199.2943.7512.55
Hex12252E3D14052c72cd
Octal224556752401223075415
Binary100101001011011101111011010001010010110001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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