#031D23

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

Shades of Black Pearl #031D23

Tints of Black Pearl #031D23

Color information

#031D23 (or 0x031D23) is unknown color: approx Black Pearl. HEX triplet: 03, 1D and 23. RGB value is (3,29,35). Sum of RGB (Red+Green+Blue) = 3+29+35=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #031D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D23 is #FCE2DC. Grayscale: #151515. Windows color (decimal): -16573149 or 2301187. OLE color: 2301187.

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

Color convert

RGB32935-
CMYK0.910.1700.86
HSL191.25º84.21%7.45%-
HSV(B)191.25º91.43%13.73%-
XYZ0.781.021.75-
YUV21.91135.39114.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 35 (14.06% from 255) = 52.24%
R=4.48%
G=43.28%
B=52.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal329350.910.1700.86191.2584.217.45
Hex31D235B11056bf547
Octal335431332101262771247
Binary111110110001110110111000101010110101111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031D23; }

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

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

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

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

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

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

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

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