#001F34

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

Shades of Black Pearl #001F34

Tints of Black Pearl #001F34

Color information

#001F34 (or 0x001F34) is unknown color: approx Black Pearl. HEX triplet: 00, 1F and 34. RGB value is (0,31,52). Sum of RGB (Red+Green+Blue) = 0+31+52=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #001F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F34 is #FFE0CB. Grayscale: #181818. Windows color (decimal): -16769228 or 3415808. OLE color: 3415808.

HSL color Cylindrical-coordinate representation of color #001F34: hue angle of 204.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F34 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB03152-
CMYK10.4000.80
HSL204.23º100%10.2%-
HSV(B)204.23º100%20.39%-
XYZ1.111.233.43-
YUV24.12143.73110.79-

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) = 37.35%
BLUE value IS 52 (20.70% from 255) = 62.65%
R=0%
G=37.35%
B=62.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0315210.4000.80204.2310010.2
Hex01F346428050cc64a
Octal0376414450012031414412
Binary0111111101001100100101000010100001100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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