#001F35

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

Shades of Black Pearl #001F35

Tints of Black Pearl #001F35

Color information

#001F35 (or 0x001F35) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 35. RGB value is (0,31,53). Sum of RGB (Red+Green+Blue) = 0+31+53=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #001F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F35 is #FFE0CA. Grayscale: #181818. Windows color (decimal): -16769227 or 3481344. OLE color: 3481344.

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

Color convert

RGB03153-
CMYK10.4200.79
HSL204.91º100%10.39%-
HSV(B)204.91º100%20.78%-
XYZ1.131.243.55-
YUV24.24144.23110.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 36.90%
BLUE value IS 53 (21.09% from 255) = 63.10%
R=0%
G=36.90%
B=63.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0315310.4200.79204.9110010.39
Hex01F35642A04Fcd64a
Octal0376514452011731514412
Binary0111111101011100100101010010011111100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001F35; }

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

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

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

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

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

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

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

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