#001630

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

Shades of Black Pearl #001630

Tints of Black Pearl #001630

Color information

#001630 (or 0x001630) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 30. RGB value is (0,22,48). Sum of RGB (Red+Green+Blue) = 0+22+48=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 48 (19.14% from 255 or 68.57% from 70); Max value from RGB is 48 - color contains mainly: blue. Hex color #001630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001630 is #FFE9CF. Grayscale: #121212. Windows color (decimal): -16771536 or 3151360. OLE color: 3151360.

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

Color convert

RGB02248-
CMYK10.5400.81
HSL212.5º100%9.41%-
HSV(B)212.5º100%18.82%-
XYZ0.820.792.91-
YUV18.39144.71114.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 31.43%
BLUE value IS 48 (19.14% from 255) = 68.57%
R=0%
G=31.43%
B=68.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0224810.5400.81212.51009.41
Hex016306436051d4649
Octal0266014466012132414411
Binary0101101100001100100110110010100011101010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001630; }

 p { color: rgb(0,22,48); }

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

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

 a { background-color: rgb(0,22,48); }

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

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

 span { border-color: rgb(0,22,48); }

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