#12232E

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

Shades of Black Pearl #12232E

Tints of Black Pearl #12232E

Color information

#12232E (or 0x12232E) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 2E. RGB value is (18,35,46). Sum of RGB (Red+Green+Blue) = 18+35+46=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #12232E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12232E is #EDDCD1. Grayscale: #1F1F1F. Windows color (decimal): -15588562 or 3023634. OLE color: 3023634.

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

Color convert

RGB183546-
CMYK0.610.2400.82
HSL203.57º43.75%12.55%-
HSV(B)203.57º60.87%18.04%-
XYZ1.341.532.81-
YUV31.17136.37118.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 46 (18.36% from 255) = 46.46%
R=18.18%
G=35.35%
B=46.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1835460.610.2400.82203.5743.7512.55
Hex12232E3D18052cc2cd
Octal224356753001223145415
Binary100101000111011101111011100001010010110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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