#001F2C

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

Shades of Black Pearl #001F2C

Tints of Black Pearl #001F2C

Color information

#001F2C (or 0x001F2C) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 2C. RGB value is (0,31,44). Sum of RGB (Red+Green+Blue) = 0+31+44=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #001F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F2C is #FFE0D3. Grayscale: #171717. Windows color (decimal): -16769236 or 2891520. OLE color: 2891520.

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

Color convert

RGB03144-
CMYK10.3000.83
HSL197.73º100%8.63%-
HSV(B)197.73º100%17.25%-
XYZ0.941.162.56-
YUV23.21139.73111.44-

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.33%
BLUE value IS 44 (17.58% from 255) = 58.67%
R=0%
G=41.33%
B=58.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0314410.3000.83197.731008.63
Hex01F2C641E053c6649
Octal0375414436012330614411
Binary011111101100110010011110010100111100011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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