Html Css Color HEX #031314 Black Pearl

📋 copy color: '#031314'

red 3 ◦ green 19 ◦ blue 20

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

Shades of Black Pearl #031314

Tints of Black Pearl #031314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 47.62%

R = 7.14%
G = 45.24%
B = 47.62%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#031314 (or 0x031314) is known color: Black Pearl. HEX triplet: 03, 13 and 14. RGB value is (3,19,20). Sum of RGB (Red+Green+Blue) = 3+19+20=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #031314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031314 is #FCECEB. Grayscale: #0E0E0E. Windows color (decimal): -16575724 or 1315587. OLE color: 1315587.

HSL color Cylindrical-coordinate representation of color #031314: hue angle of 183.53º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031314 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 19 20 -
CMYK 0.85 0.05 0 0.92
HSL 183.53º 0.74% 0.05% -
HSV(B) 183.53º 0.85% 0.08% -
XYZ 0.4 0.54 0.74 -
YUV 14.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 3 19 20 0.85 0.05 0 0.92 183.53 0.74 0.05
Hex 3 13 14 55 5 0 5C B8 4A 5
Octal 3 23 24 125 5 0 134 270 112 5
Binary 11 10011 10100 1010101 101 0 1011100 10111000 1001010 101

Color Harmonies of #031314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031314

Black with #031314

Text Example


Text Example

White with #031314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031314; }

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

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

background-color css

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

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

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

border-color css

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

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

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