Html Css Color HEX #131A24 Black Pearl

📋 copy color: '#131A24'

red 19 ◦ green 26 ◦ blue 36

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

Shades of Black Pearl #131A24

Tints of Black Pearl #131A24

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.1%

 BLUE value IS 36 (14.45% from 255) = 44.44%

R = 23.46%
G = 32.1%
B = 44.44%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131A24 (or 0x131A24) is known color: Black Pearl. HEX triplet: 13, 1A and 24. RGB value is (19,26,36). Sum of RGB (Red+Green+Blue) = 19+26+36=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #131A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A24 is #ECE5DB. Grayscale: #191919. Windows color (decimal): -15525340 or 2365971. OLE color: 2365971.

HSL color Cylindrical-coordinate representation of color #131A24: hue angle of 215.29º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #131A24 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 26 36 -
CMYK 0.47 0.28 0 0.86
HSL 215.29º 0.31% 0.11% -
HSV(B) 215.29º 0.47% 0.14% -
XYZ 0.96 1 1.81 -
YUV 25.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 19 26 36 0.47 0.28 0 0.86 215.29 0.31 0.11
Hex 13 1A 24 2F 1C 0 56 D7 1F B
Octal 23 32 44 57 34 0 126 327 37 13
Binary 10011 11010 100100 101111 11100 0 1010110 11010111 11111 1011

Color Harmonies of #131A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A24

Black with #131A24

Text Example


Text Example

White with #131A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,26,36); }

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

background-color css

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

 a { background-color: rgb(19,26,36); }

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

border-color css

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

 span { border-color: rgb(19,26,36); }

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