Html Css Color HEX #131E25 Black Pearl

📋 copy color: '#131E25'

red 19 ◦ green 30 ◦ blue 37

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

Shades of Black Pearl #131E25

Tints of Black Pearl #131E25

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.88%

 BLUE value IS 37 (14.84% from 255) = 43.02%

R = 22.09%
G = 34.88%
B = 43.02%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#131E25 (or 0x131E25) is known color: Black Pearl. HEX triplet: 13, 1E and 25. RGB value is (19,30,37). Sum of RGB (Red+Green+Blue) = 19+30+37=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #131E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E25 is #ECE1DA. Grayscale: #1B1B1B. Windows color (decimal): -15524315 or 2432531. OLE color: 2432531.

HSL color Cylindrical-coordinate representation of color #131E25: hue angle of 203.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #131E25 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 30 37 -
CMYK 0.49 0.19 0 0.85
HSL 203.33º 0.32% 0.11% -
HSV(B) 203.33º 0.49% 0.15% -
XYZ 1.07 1.2 1.93 -
YUV 27.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 19 30 37 0.49 0.19 0 0.85 203.33 0.32 0.11
Hex 13 1E 25 31 13 0 55 CB 20 B
Octal 23 36 45 61 23 0 125 313 40 13
Binary 10011 11110 100101 110001 10011 0 1010101 11001011 100000 1011

Color Harmonies of #131E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E25

Black with #131E25

Text Example


Text Example

White with #131E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,30,37); }

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

background-color css

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

 a { background-color: rgb(19,30,37); }

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

border-color css

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

 span { border-color: rgb(19,30,37); }

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