Html Css Color HEX #132629 Black Pearl

📋 copy color: '#132629'

red 19 ◦ green 38 ◦ blue 41

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

Shades of Black Pearl #132629

Tints of Black Pearl #132629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 41.84%

R = 19.39%
G = 38.78%
B = 41.84%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#132629 (or 0x132629) is known color: Black Pearl. HEX triplet: 13, 26 and 29. RGB value is (19,38,41). Sum of RGB (Red+Green+Blue) = 19+38+41=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 41 - color contains mainly: blue. Hex color #132629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132629 is #ECD9D6. Grayscale: #202020. Windows color (decimal): -15522263 or 2696723. OLE color: 2696723.

HSL color Cylindrical-coordinate representation of color #132629: hue angle of 188.18º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132629 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 38 41 -
CMYK 0.54 0.07 0 0.84
HSL 188.18º 0.37% 0.12% -
HSV(B) 188.18º 0.54% 0.16% -
XYZ 1.36 1.68 2.35 -
YUV 32.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 19 38 41 0.54 0.07 0 0.84 188.18 0.37 0.12
Hex 13 26 29 36 7 0 54 BC 25 C
Octal 23 46 51 66 7 0 124 274 45 14
Binary 10011 100110 101001 110110 111 0 1010100 10111100 100101 1100

Color Harmonies of #132629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132629

Black with #132629

Text Example


Text Example

White with #132629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132629; }

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

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

background-color css

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

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

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

border-color css

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

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

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