#001735

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

Shades of Black Pearl #001735

Tints of Black Pearl #001735

Color information

#001735 (or 0x001735) is unknown color: approx Black Pearl. HEX triplet: 00, 17 and 35. RGB value is (0,23,53). Sum of RGB (Red+Green+Blue) = 0+23+53=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #001735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001735 is #FFE8CA. Grayscale: #131313. Windows color (decimal): -16771275 or 3479296. OLE color: 3479296.

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

Color convert

RGB02353-
CMYK10.5700.79
HSL213.96º100%10.39%-
HSV(B)213.96º100%20.78%-
XYZ0.950.873.49-
YUV19.54146.88114.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 23 (9.38% from 255) = 30.26%
BLUE value IS 53 (21.09% from 255) = 69.74%
R=0%
G=30.26%
B=69.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0235310.5700.79213.9610010.39
Hex01735643904Fd664a
Octal0276514471011732614412
Binary0101111101011100100111001010011111101011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001735; }

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

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

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

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

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

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

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

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