#001F2A

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

Shades of Black Pearl #001F2A

Tints of Black Pearl #001F2A

Color information

#001F2A (or 0x001F2A) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 2A. RGB value is (0,31,42). Sum of RGB (Red+Green+Blue) = 0+31+42=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 42 (16.80% from 255 or 57.53% from 73); Max value from RGB is 42 - color contains mainly: blue. Hex color #001F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F2A is #FFE0D5. Grayscale: #161616. Windows color (decimal): -16769238 or 2760448. OLE color: 2760448.

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

Color convert

RGB03142-
CMYK10.2600.84
HSL195.71º100%8.24%-
HSV(B)195.71º100%16.47%-
XYZ0.911.152.36-
YUV22.98138.73111.61-

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) = 42.47%
BLUE value IS 42 (16.80% from 255) = 57.53%
R=0%
G=42.47%
B=57.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0314210.2600.84195.711008.24
Hex01F2A641A054c4648
Octal0375214432012430414410
Binary011111101010110010011010010101001100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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