#031F23

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

Shades of Black Pearl #031F23

Tints of Black Pearl #031F23

Color information

#031F23 (or 0x031F23) is unknown color: approx Black Pearl. HEX triplet: 03, 1F and 23. RGB value is (3,31,35). Sum of RGB (Red+Green+Blue) = 3+31+35=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #031F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F23 is #FCE0DC. Grayscale: #171717. Windows color (decimal): -16572637 or 2301699. OLE color: 2301699.

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

Color convert

RGB33135-
CMYK0.910.1100.86
HSL187.5º84.21%7.45%-
HSV(B)187.5º91.43%13.73%-
XYZ0.831.121.76-
YUV23.08134.72113.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 35 (14.06% from 255) = 50.72%
R=4.35%
G=44.93%
B=50.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal331350.910.1100.86187.584.217.45
Hex31F235BB056bc547
Octal337431331301262741247
Binary11111111000111011011101101010110101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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