#001F2E

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

Shades of Black Pearl #001F2E

Tints of Black Pearl #001F2E

Color information

#001F2E (or 0x001F2E) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 2E. RGB value is (0,31,46). Sum of RGB (Red+Green+Blue) = 0+31+46=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #001F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F2E is #FFE0D1. Grayscale: #171717. Windows color (decimal): -16769234 or 3022592. OLE color: 3022592.

HSL color Cylindrical-coordinate representation of color #001F2E: hue angle of 199.57º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F2E is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB03146-
CMYK10.3300.82
HSL199.57º100%9.02%-
HSV(B)199.57º100%18.04%-
XYZ0.981.182.76-
YUV23.44140.73111.28-

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) = 40.26%
BLUE value IS 46 (18.36% from 255) = 59.74%
R=0%
G=40.26%
B=59.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0314610.3300.82199.571009.02
Hex01F2E6421052c8649
Octal0375614441012231014411
Binary0111111011101100100100001010100101100100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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