#001F37

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

Shades of Black Pearl #001F37

Tints of Black Pearl #001F37

Color information

#001F37 (or 0x001F37) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 37. RGB value is (0,31,55). Sum of RGB (Red+Green+Blue) = 0+31+55=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #001F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F37 is #FFE0C8. Grayscale: #181818. Windows color (decimal): -16769225 or 3612416. OLE color: 3612416.

HSL color Cylindrical-coordinate representation of color #001F37: hue angle of 206.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F37 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB03155-
CMYK10.4400.78
HSL206.18º100%10.78%-
HSV(B)206.18º100%21.57%-
XYZ1.181.263.79-
YUV24.47145.23110.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 55 (21.88% from 255) = 63.95%
R=0%
G=36.05%
B=63.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0315510.4400.78206.1810010.78
Hex01F37642C04Ece64b
Octal0376714454011631614413
Binary0111111101111100100101100010011101100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001F37; }

 p { color: rgb(0,31,55); }

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

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

 a { background-color: rgb(0,31,55); }

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

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

 span { border-color: rgb(0,31,55); }

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