#12232A

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

Shades of Black Pearl #12232A

Tints of Black Pearl #12232A

Color information

#12232A (or 0x12232A) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 2A. RGB value is (18,35,42). Sum of RGB (Red+Green+Blue) = 18+35+42=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #12232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12232A is #EDDCD5. Grayscale: #1E1E1E. Windows color (decimal): -15588566 or 2761490. OLE color: 2761490.

HSL color Cylindrical-coordinate representation of color #12232A: hue angle of 197.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12232A is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183542-
CMYK0.570.1700.84
HSL197.5º40%11.76%-
HSV(B)197.5º57.14%16.47%-
XYZ1.271.52.41-
YUV30.72134.37118.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=18.95%
G=36.84%
B=44.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1835420.570.1700.84197.54011.76
Hex12232A3911054c628c
Octal224352712101243065014
Binary100101000111010101110011000101010100110001101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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