#001F38

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

Shades of Black Pearl #001F38

Tints of Black Pearl #001F38

Color information

#001F38 (or 0x001F38) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 38. RGB value is (0,31,56). Sum of RGB (Red+Green+Blue) = 0+31+56=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 56 (22.27% from 255 or 64.37% from 87); Max value from RGB is 56 - color contains mainly: blue. Hex color #001F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F38 is #FFE0C7. Grayscale: #181818. Windows color (decimal): -16769224 or 3677952. OLE color: 3677952.

HSL color Cylindrical-coordinate representation of color #001F38: hue angle of 206.79º 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 #001F38 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB03156-
CMYK10.4500.78
HSL206.79º100%10.98%-
HSV(B)206.79º100%21.96%-
XYZ1.21.273.92-
YUV24.58145.73110.47-

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) = 35.63%
BLUE value IS 56 (22.27% from 255) = 64.37%
R=0%
G=35.63%
B=64.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0315610.4500.78206.7910010.98
Hex01F38642D04Ecf64b
Octal0377014455011631714413
Binary0111111110001100100101101010011101100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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