Html Css Color HEX #131B1D Black Pearl

📋 copy color: '#131B1D'

red 19 ◦ green 27 ◦ blue 29

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

Shades of Black Pearl #131B1D

Tints of Black Pearl #131B1D

RGB

 RED value IS 19 (7.81% from 255) = 25.33%

 GREEN value IS 27 (10.94% from 255) = 36%

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 25.33%
G = 36%
B = 38.67%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#131B1D (or 0x131B1D) is known color: Black Pearl. HEX triplet: 13, 1B and 1D. RGB value is (19,27,29). Sum of RGB (Red+Green+Blue) = 19+27+29=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #131B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B1D is #ECE4E2. Grayscale: #181818. Windows color (decimal): -15525091 or 1907475. OLE color: 1907475.

HSL color Cylindrical-coordinate representation of color #131B1D: hue angle of 192º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131B1D is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 27 29 -
CMYK 0.34 0.07 0 0.89
HSL 192º 0.21% 0.09% -
HSV(B) 192º 0.34% 0.11% -
XYZ 0.88 1.01 1.31 -
YUV 24.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 19 27 29 0.34 0.07 0 0.89 192 0.21 0.09
Hex 13 1B 1D 22 7 0 59 C0 15 9
Octal 23 33 35 42 7 0 131 300 25 11
Binary 10011 11011 11101 100010 111 0 1011001 11000000 10101 1001

Color Harmonies of #131B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B1D

Black with #131B1D

Text Example


Text Example

White with #131B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131B1D; }

 p { color: rgb(19,27,29); }

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

background-color css

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

 a { background-color: rgb(19,27,29); }

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

border-color css

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

 span { border-color: rgb(19,27,29); }

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