Html Css Color HEX #132833 Black Pearl

📋 copy color: '#132833'

red 19 ◦ green 40 ◦ blue 51

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

Shades of Black Pearl #132833

Tints of Black Pearl #132833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.36%

 BLUE value IS 51 (20.31% from 255) = 46.36%

R = 17.27%
G = 36.36%
B = 46.36%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#132833 (or 0x132833) is known color: Black Pearl. HEX triplet: 13, 28 and 33. RGB value is (19,40,51). Sum of RGB (Red+Green+Blue) = 19+40+51=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #132833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132833 is #ECD7CC. Grayscale: #222222. Windows color (decimal): -15521741 or 3352595. OLE color: 3352595.

HSL color Cylindrical-coordinate representation of color #132833: hue angle of 200.62º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #132833 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 40 51 -
CMYK 0.63 0.22 0 0.8
HSL 200.63º 0.46% 0.14% -
HSV(B) 200.63º 0.63% 0.2% -
XYZ 1.62 1.9 3.41 -
YUV 34.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 19 40 51 0.63 0.22 0 0.8 200.63 0.46 0.14
Hex 13 28 33 3F 16 0 50 C9 2E E
Octal 23 50 63 77 26 0 120 311 56 16
Binary 10011 101000 110011 111111 10110 0 1010000 11001001 101110 1110

Color Harmonies of #132833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132833

Black with #132833

Text Example


Text Example

White with #132833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132833; }

 p { color: rgb(19,40,51); }

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

background-color css

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

 a { background-color: rgb(19,40,51); }

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

border-color css

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

 span { border-color: rgb(19,40,51); }

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