#001F29

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

Shades of Black Pearl #001F29

Tints of Black Pearl #001F29

Color information

#001F29 (or 0x001F29) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 29. RGB value is (0,31,41). Sum of RGB (Red+Green+Blue) = 0+31+41=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 41 (16.41% from 255 or 56.94% from 72); Max value from RGB is 41 - color contains mainly: blue. Hex color #001F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F29 is #FFE0D6. Grayscale: #161616. Windows color (decimal): -16769239 or 2694912. OLE color: 2694912.

HSL color Cylindrical-coordinate representation of color #001F29: hue angle of 194.63º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F29 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB03141-
CMYK10.2400.84
HSL194.63º100%8.04%-
HSV(B)194.63º100%16.08%-
XYZ0.891.142.27-
YUV22.87138.23111.69-

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) = 43.06%
BLUE value IS 41 (16.41% from 255) = 56.94%
R=0%
G=43.06%
B=56.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0314110.2400.84194.631008.04
Hex01F296418054c3648
Octal0375114430012430314410
Binary011111101001110010011000010101001100001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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