#001831

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

Shades of Black Pearl #001831

Tints of Black Pearl #001831

Color information

#001831 (or 0x001831) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 31. RGB value is (0,24,49). Sum of RGB (Red+Green+Blue) = 0+24+49=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #001831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001831 is #FFE7CE. Grayscale: #131313. Windows color (decimal): -16771023 or 3217408. OLE color: 3217408.

HSL color Cylindrical-coordinate representation of color #001831: hue angle of 210.61º 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 #001831 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB02449-
CMYK10.5100.81
HSL210.61º100%9.61%-
HSV(B)210.61º100%19.22%-
XYZ0.880.883.03-
YUV19.67144.55113.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 49 (19.53% from 255) = 67.12%
R=0%
G=32.88%
B=67.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0244910.5100.81210.611009.61
Hex018316433051d364a
Octal0306114463012132314412
Binary0110001100011100100110011010100011101001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001831; }

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

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

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

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

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

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

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

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