#12232B

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

Shades of Black Pearl #12232B

Tints of Black Pearl #12232B

Color information

#12232B (or 0x12232B) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 2B. RGB value is (18,35,43). Sum of RGB (Red+Green+Blue) = 18+35+43=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 43 (17.19% from 255 or 44.79% from 96); Max value from RGB is 43 - color contains mainly: blue. Hex color #12232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12232B is #EDDCD4. Grayscale: #1E1E1E. Windows color (decimal): -15588565 or 2827026. OLE color: 2827026.

HSL color Cylindrical-coordinate representation of color #12232B: hue angle of 199.2º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12232B is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183543-
CMYK0.580.1900.83
HSL199.2º40.98%11.96%-
HSV(B)199.2º58.14%16.86%-
XYZ1.291.512.51-
YUV30.83134.87118.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 43 (17.19% from 255) = 44.79%
R=18.75%
G=36.46%
B=44.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1835430.580.1900.83199.240.9811.96
Hex12232B3A13053c729c
Octal224353722301233075114
Binary100101000111010111110101001101010011110001111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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