#03151F

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

Shades of Black Pearl #03151F

Tints of Black Pearl #03151F

Color information

#03151F (or 0x03151F) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 1F. RGB value is (3,21,31). Sum of RGB (Red+Green+Blue) = 3+21+31=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #03151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03151F is #FCEAE0. Grayscale: #101010. Windows color (decimal): -16575201 or 2036995. OLE color: 2036995.

HSL color Cylindrical-coordinate representation of color #03151F: hue angle of 201.43º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03151F is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB32131-
CMYK0.900.3200.88
HSL201.43º82.35%6.67%-
HSV(B)201.43º90.32%12.16%-
XYZ0.550.651.39-
YUV16.76136.04118.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 21 (8.59% from 255) = 38.18%
BLUE value IS 31 (12.5% from 255) = 56.36%
R=5.45%
G=38.18%
B=56.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal321310.900.3200.88201.4382.356.67
Hex3151F5A20058c9527
Octal325371324001303111227
Binary111010111111101101010000001011000110010011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03151F; }

 p { color: rgb(3,21,31); }

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

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

 a { background-color: rgb(3,21,31); }

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

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

 span { border-color: rgb(3,21,31); }

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