#031B25

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

Shades of Black Pearl #031B25

Tints of Black Pearl #031B25

Color information

#031B25 (or 0x031B25) is unknown color: approx Black Pearl. HEX triplet: 03, 1B and 25. RGB value is (3,27,37). Sum of RGB (Red+Green+Blue) = 3+27+37=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #031B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B25 is #FCE4DA. Grayscale: #141414. Windows color (decimal): -16573659 or 2431747. OLE color: 2431747.

HSL color Cylindrical-coordinate representation of color #031B25: hue angle of 197.65º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031B25 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB32737-
CMYK0.920.2700.85
HSL197.65º85%7.84%-
HSV(B)197.65º91.89%14.51%-
XYZ0.760.941.89-
YUV20.96137.05115.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 27 (10.94% from 255) = 40.30%
BLUE value IS 37 (14.84% from 255) = 55.22%
R=4.48%
G=40.30%
B=55.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal327370.920.2700.85197.65857.84
Hex31B255C1B055c6558
Octal3334513433012530612510
Binary1111011100101101110011011010101011100011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,27,37); }

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

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

 a { background-color: rgb(3,27,37); }

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

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

 span { border-color: rgb(3,27,37); }

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