#03151B

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

Shades of Black Pearl #03151B

Tints of Black Pearl #03151B

Color information

#03151B (or 0x03151B) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 1B. RGB value is (3,21,27). Sum of RGB (Red+Green+Blue) = 3+21+27=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #03151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03151B is #FCEAE4. Grayscale: #101010. Windows color (decimal): -16575205 or 1774851. OLE color: 1774851.

HSL color Cylindrical-coordinate representation of color #03151B: hue angle of 195º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03151B is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB32127-
CMYK0.890.2200.89
HSL195º80%5.88%-
HSV(B)195º88.89%10.59%-
XYZ0.50.631.13-
YUV16.3134.04118.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=5.88%
G=41.18%
B=52.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal321270.890.2200.89195805.88
Hex3151B5916059c3506
Octal325331312601313031206
Binary11101011101110110011011001011001110000111010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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