#031223

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

Shades of Black Pearl #031223

Tints of Black Pearl #031223

Color information

#031223 (or 0x031223) is unknown color: approx Black Pearl. HEX triplet: 03, 12 and 23. RGB value is (3,18,35). Sum of RGB (Red+Green+Blue) = 3+18+35=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #031223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031223 is #FCEDDC. Grayscale: #0F0F0F. Windows color (decimal): -16575965 or 2298371. OLE color: 2298371.

HSL color Cylindrical-coordinate representation of color #031223: hue angle of 211.88º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031223 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB31835-
CMYK0.910.4900.86
HSL211.88º84.21%7.45%-
HSV(B)211.88º91.43%13.73%-
XYZ0.560.571.67-
YUV15.45139.03119.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 35 (14.06% from 255) = 62.5%
R=5.36%
G=32.14%
B=62.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal318350.910.4900.86211.8884.217.45
Hex312235B31056d4547
Octal322431336101263241247
Binary1110010100011101101111000101010110110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031223; }

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

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

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

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

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

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

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

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