#001F2B

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

Shades of Black Pearl #001F2B

Tints of Black Pearl #001F2B

Color information

#001F2B (or 0x001F2B) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 2B. RGB value is (0,31,43). Sum of RGB (Red+Green+Blue) = 0+31+43=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #001F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F2B is #FFE0D4. Grayscale: #171717. Windows color (decimal): -16769237 or 2825984. OLE color: 2825984.

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

Color convert

RGB03143-
CMYK10.2800.83
HSL196.74º100%8.43%-
HSV(B)196.74º100%16.86%-
XYZ0.931.152.46-
YUV23.1139.23111.52-

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) = 41.89%
BLUE value IS 43 (17.19% from 255) = 58.11%
R=0%
G=41.89%
B=58.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0314310.2800.83196.741008.43
Hex01F2B641C053c5648
Octal0375314434012330514410
Binary011111101011110010011100010100111100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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