Html Css Color HEX #03131F Black Pearl

📋 copy color: '#03131F'

red 3 ◦ green 19 ◦ blue 31

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

Shades of Black Pearl #03131F

Tints of Black Pearl #03131F

RGB

 RED value IS 3 (1.56% from 255) = 5.66%

 GREEN value IS 19 (7.81% from 255) = 35.85%

 BLUE value IS 31 (12.5% from 255) = 58.49%

R = 5.66%
G = 35.85%
B = 58.49%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03131F (or 0x03131F) is known color: Black Pearl. HEX triplet: 03, 13 and 1F. RGB value is (3,19,31). Sum of RGB (Red+Green+Blue) = 3+19+31=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #03131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03131F is #FCECE0. Grayscale: #0F0F0F. Windows color (decimal): -16575713 or 2036483. OLE color: 2036483.

HSL color Cylindrical-coordinate representation of color #03131F: hue angle of 205.71º 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 #03131F is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 19 31 -
CMYK 0.90 0.39 0 0.88
HSL 205.71º 0.82% 0.07% -
HSV(B) 205.71º 0.9% 0.12% -
XYZ 0.52 0.58 1.38 -
YUV 15.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 3 19 31 0.90 0.39 0 0.88 205.71 0.82 0.07
Hex 3 13 1F 5A 27 0 58 CE 52 7
Octal 3 23 37 132 47 0 130 316 122 7
Binary 11 10011 11111 1011010 100111 0 1011000 11001110 1010010 111

Color Harmonies of #03131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03131F

Black with #03131F

Text Example


Text Example

White with #03131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03131F;
 }
 .AnyTagClassName
 {
   color: #03131F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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