#031123

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

Shades of Black Pearl #031123

Tints of Black Pearl #031123

Color information

#031123 (or 0x031123) is unknown color: approx Black Pearl. HEX triplet: 03, 11 and 23. RGB value is (3,17,35). Sum of RGB (Red+Green+Blue) = 3+17+35=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 35 (14.06% from 255 or 63.64% from 55); Max value from RGB is 35 - color contains mainly: blue. Hex color #031123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031123 is #FCEEDC. Grayscale: #0E0E0E. Windows color (decimal): -16576221 or 2298115. OLE color: 2298115.

HSL color Cylindrical-coordinate representation of color #031123: hue angle of 213.75º 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 #031123 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB31735-
CMYK0.910.5100.86
HSL213.75º84.21%7.45%-
HSV(B)213.75º91.43%13.73%-
XYZ0.540.541.67-
YUV14.87139.36119.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 35 (14.06% from 255) = 63.64%
R=5.45%
G=30.91%
B=63.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal317350.910.5100.86213.7584.217.45
Hex311235B33056d6547
Octal321431336301263261247
Binary1110001100011101101111001101010110110101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031123; }

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

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

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

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

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

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

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

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