Html Css Color HEX #131E23 Black Pearl

📋 copy color: '#131E23'

red 19 ◦ green 30 ◦ blue 35

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

Shades of Black Pearl #131E23

Tints of Black Pearl #131E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 41.67%

R = 22.62%
G = 35.71%
B = 41.67%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131E23 (or 0x131E23) is known color: Black Pearl. HEX triplet: 13, 1E and 23. RGB value is (19,30,35). Sum of RGB (Red+Green+Blue) = 19+30+35=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #131E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E23 is #ECE1DC. Grayscale: #1B1B1B. Windows color (decimal): -15524317 or 2301459. OLE color: 2301459.

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

Color convert

RGB 19 30 35 -
CMYK 0.46 0.14 0 0.86
HSL 198.75º 0.3% 0.11% -
HSV(B) 198.75º 0.46% 0.14% -
XYZ 1.04 1.19 1.76 -
YUV 27.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 19 30 35 0.46 0.14 0 0.86 198.75 0.3 0.11
Hex 13 1E 23 2E E 0 56 C7 1E B
Octal 23 36 43 56 16 0 126 307 36 13
Binary 10011 11110 100011 101110 1110 0 1010110 11000111 11110 1011

Color Harmonies of #131E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E23

Black with #131E23

Text Example


Text Example

White with #131E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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