#001635

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

Shades of Black Pearl #001635

Tints of Black Pearl #001635

Color information

#001635 (or 0x001635) is unknown color: approx Black Pearl. HEX triplet: 00, 16 and 35. RGB value is (0,22,53). Sum of RGB (Red+Green+Blue) = 0+22+53=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #001635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001635 is #FFE9CA. Grayscale: #121212. Windows color (decimal): -16771531 or 3479040. OLE color: 3479040.

HSL color Cylindrical-coordinate representation of color #001635: hue angle of 215.09º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001635 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB02253-
CMYK10.5800.79
HSL215.09º100%10.39%-
HSV(B)215.09º100%20.78%-
XYZ0.930.833.48-
YUV18.96147.21114.48-

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) = 29.33%
BLUE value IS 53 (21.09% from 255) = 70.67%
R=0%
G=29.33%
B=70.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0225310.5800.79215.0910010.39
Hex01635643A04Fd764a
Octal0266514472011732714412
Binary0101101101011100100111010010011111101011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001635; }

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

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

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

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

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

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

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

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