#001C31

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

Shades of Black Pearl #001C31

Tints of Black Pearl #001C31

Color information

#001C31 (or 0x001C31) is unknown color: approx Black Pearl. HEX triplet: 00, 1C and 31. RGB value is (0,28,49). Sum of RGB (Red+Green+Blue) = 0+28+49=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #001C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C31 is #FFE3CE. Grayscale: #151515. Windows color (decimal): -16769999 or 3218432. OLE color: 3218432.

HSL color Cylindrical-coordinate representation of color #001C31: hue angle of 205.71º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C31 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB02849-
CMYK10.4300.81
HSL205.71º100%9.61%-
HSV(B)205.71º100%19.22%-
XYZ0.971.053.06-
YUV22.02143.22112.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=0%
G=36.36%
B=63.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0284910.4300.81205.711009.61
Hex01C31642B051ce64a
Octal0346114453012131614412
Binary0111001100011100100101011010100011100111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,28,49); }

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

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

 a { background-color: rgb(0,28,49); }

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

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

 span { border-color: rgb(0,28,49); }

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