Html Css Color HEX #13181C Black Pearl

📋 copy color: '#13181C'

red 19 ◦ green 24 ◦ blue 28

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

Shades of Black Pearl #13181C

Tints of Black Pearl #13181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 33.8%

 BLUE value IS 28 (11.33% from 255) = 39.44%

R = 26.76%
G = 33.8%
B = 39.44%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13181C (or 0x13181C) is known color: Black Pearl. HEX triplet: 13, 18 and 1C. RGB value is (19,24,28). Sum of RGB (Red+Green+Blue) = 19+24+28=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: blue. Hex color #13181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13181C is #ECE7E3. Grayscale: #161616. Windows color (decimal): -15525860 or 1841171. OLE color: 1841171.

HSL color Cylindrical-coordinate representation of color #13181C: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #13181C is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 24 28 -
CMYK 0.32 0.14 0 0.89
HSL 206.67º 0.19% 0.09% -
HSV(B) 206.67º 0.32% 0.11% -
XYZ 0.8 0.88 1.23 -
YUV 22.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 19 24 28 0.32 0.14 0 0.89 206.67 0.19 0.09
Hex 13 18 1C 20 E 0 59 CF 13 9
Octal 23 30 34 40 16 0 131 317 23 11
Binary 10011 11000 11100 100000 1110 0 1011001 11001111 10011 1001

Color Harmonies of #13181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13181C

Black with #13181C

Text Example


Text Example

White with #13181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13181C; }

 p { color: rgb(19,24,28); }

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

background-color css

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

 a { background-color: rgb(19,24,28); }

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

border-color css

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

 span { border-color: rgb(19,24,28); }

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