#001325

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

Shades of Black Pearl #001325

Tints of Black Pearl #001325

Color information

#001325 (or 0x001325) is unknown color: approx Black Pearl. HEX triplet: 00, 13 and 25. RGB value is (0,19,37). Sum of RGB (Red+Green+Blue) = 0+19+37=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #001325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001325 is #FFECDA. Grayscale: #0F0F0F. Windows color (decimal): -16772315 or 2429696. OLE color: 2429696.

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

Color convert

RGB01937-
CMYK10.4900.85
HSL209.19º100%7.25%-
HSV(B)209.19º100%14.51%-
XYZ0.570.61.84-
YUV15.37140.21117.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 19 (7.81% from 255) = 33.93%
BLUE value IS 37 (14.84% from 255) = 66.07%
R=0%
G=33.93%
B=66.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0193710.4900.85209.191007.25
Hex013256431055d1647
Octal023451446101253211447
Binary010011100101110010011000101010101110100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001325; }

 p { color: rgb(0,19,37); }

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

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

 a { background-color: rgb(0,19,37); }

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

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

 span { border-color: rgb(0,19,37); }

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