Html Css Color HEX #132631 Black Pearl

📋 copy color: '#132631'

red 19 ◦ green 38 ◦ blue 49

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

Shades of Black Pearl #132631

Tints of Black Pearl #132631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 35.85%

 BLUE value IS 49 (19.53% from 255) = 46.23%

R = 17.92%
G = 35.85%
B = 46.23%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132631 (or 0x132631) is known color: Black Pearl. HEX triplet: 13, 26 and 31. RGB value is (19,38,49). Sum of RGB (Red+Green+Blue) = 19+38+49=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #132631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132631 is #ECD9CE. Grayscale: #212121. Windows color (decimal): -15522255 or 3221011. OLE color: 3221011.

HSL color Cylindrical-coordinate representation of color #132631: hue angle of 202º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #132631 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 38 49 -
CMYK 0.61 0.22 0 0.81
HSL 202º 0.44% 0.13% -
HSV(B) 202º 0.61% 0.19% -
XYZ 1.52 1.75 3.16 -
YUV 33.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 19 38 49 0.61 0.22 0 0.81 202 0.44 0.13
Hex 13 26 31 3D 16 0 51 CA 2C D
Octal 23 46 61 75 26 0 121 312 54 15
Binary 10011 100110 110001 111101 10110 0 1010001 11001010 101100 1101

Color Harmonies of #132631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132631

Black with #132631

Text Example


Text Example

White with #132631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132631; }

 p { color: rgb(19,38,49); }

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

background-color css

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

 a { background-color: rgb(19,38,49); }

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

border-color css

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

 span { border-color: rgb(19,38,49); }

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