Html Css Color HEX #031113 Black Pearl

📋 copy color: '#031113'

red 3 ◦ green 17 ◦ blue 19

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

Shades of Black Pearl #031113

Tints of Black Pearl #031113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 43.59%

 BLUE value IS 19 (7.81% from 255) = 48.72%

R = 7.69%
G = 43.59%
B = 48.72%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#031113 (or 0x031113) is known color: Black Pearl. HEX triplet: 03, 11 and 13. RGB value is (3,17,19). Sum of RGB (Red+Green+Blue) = 3+17+19=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #031113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031113 is #FCEEEC. Grayscale: #0D0D0D. Windows color (decimal): -16576237 or 1249539. OLE color: 1249539.

HSL color Cylindrical-coordinate representation of color #031113: hue angle of 187.5º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #031113 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 17 19 -
CMYK 0.84 0.11 0 0.93
HSL 187.5º 0.73% 0.04% -
HSV(B) 187.5º 0.84% 0.07% -
XYZ 0.36 0.47 0.69 -
YUV 13.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 3 17 19 0.84 0.11 0 0.93 187.5 0.73 0.04
Hex 3 11 13 54 B 0 5D BC 49 4
Octal 3 21 23 124 13 0 135 274 111 4
Binary 11 10001 10011 1010100 1011 0 1011101 10111100 1001001 100

Color Harmonies of #031113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031113

Black with #031113

Text Example


Text Example

White with #031113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031113; }

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

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

background-color css

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

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

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

border-color css

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

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

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