Html Css Color HEX #03151F Black Pearl

📋 copy color: '#03151F'

red 3 ◦ green 21 ◦ blue 31

#03151F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #03151F

Tints of Black Pearl #03151F

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 value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03151F (or 0x03151F) is known color: 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

RGB 3 21 31 -
CMYK 0.90 0.32 0 0.88
HSL 201.43º 0.82% 0.07% -
HSV(B) 201.43º 0.9% 0.12% -
XYZ 0.55 0.65 1.39 -
YUV 16.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 3 21 31 0.90 0.32 0 0.88 201.43 0.82 0.07
Hex 3 15 1F 5A 20 0 58 C9 52 7
Octal 3 25 37 132 40 0 130 311 122 7
Binary 11 10101 11111 1011010 100000 0 1011000 11001001 1010010 111

Color Harmonies of #03151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03151F

Black with #03151F

Text Example


Text Example

White with #03151F

Text Example


Text Example

HTML Codes & Css Web 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>