#12232D

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

Shades of Black Pearl #12232D

Tints of Black Pearl #12232D

Color information

#12232D (or 0x12232D) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 2D. RGB value is (18,35,45). Sum of RGB (Red+Green+Blue) = 18+35+45=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 45 - color contains mainly: blue. Hex color #12232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12232D is #EDDCD2. Grayscale: #1E1E1E. Windows color (decimal): -15588563 or 2958098. OLE color: 2958098.

HSL color Cylindrical-coordinate representation of color #12232D: hue angle of 202.22º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12232D is Cyan = 0.6, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183545-
CMYK0.60.2200.82
HSL202.22º42.86%12.35%-
HSV(B)202.22º60%17.65%-
XYZ1.321.522.71-
YUV31.06135.87118.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 45 (17.97% from 255) = 45.92%
R=18.37%
G=35.71%
B=45.92%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1835450.60.2200.82202.2242.8612.35
Hex12232D3C16052ca2bc
Octal224355742601223125314
Binary100101000111011011111001011001010010110010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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