#001626

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

Shades of Black Pearl #001626

Tints of Black Pearl #001626

Color information

#001626 (or 0x001626) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 26. RGB value is (0,22,38). Sum of RGB (Red+Green+Blue) = 0+22+38=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 38 (15.23% from 255 or 63.33% from 60); Max value from RGB is 38 - color contains mainly: blue. Hex color #001626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001626 is #FFE9D9. Grayscale: #111111. Windows color (decimal): -16771546 or 2496000. OLE color: 2496000.

HSL color Cylindrical-coordinate representation of color #001626: hue angle of 205.26º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001626 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB02238-
CMYK10.4200.85
HSL205.26º100%7.45%-
HSV(B)205.26º100%14.9%-
XYZ0.640.711.94-
YUV17.25139.71115.7-

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) = 36.67%
BLUE value IS 38 (15.23% from 255) = 63.33%
R=0%
G=36.67%
B=63.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0223810.4200.85205.261007.45
Hex01626642A055cd647
Octal026461445201253151447
Binary010110100110110010010101001010101110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001626; }

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

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

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

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

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

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

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

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