Html Css Color HEX #132530 Black Pearl

📋 copy color: '#132530'

red 19 ◦ green 37 ◦ blue 48

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

Shades of Black Pearl #132530

Tints of Black Pearl #132530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.58%

 BLUE value IS 48 (19.14% from 255) = 46.15%

R = 18.27%
G = 35.58%
B = 46.15%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#132530 (or 0x132530) is known color: Black Pearl. HEX triplet: 13, 25 and 30. RGB value is (19,37,48). Sum of RGB (Red+Green+Blue) = 19+37+48=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #132530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132530 is #ECDACF. Grayscale: #202020. Windows color (decimal): -15522512 or 3155219. OLE color: 3155219.

HSL color Cylindrical-coordinate representation of color #132530: hue angle of 202.76º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132530 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 37 48 -
CMYK 0.60 0.23 0 0.81
HSL 202.76º 0.43% 0.13% -
HSV(B) 202.76º 0.6% 0.19% -
XYZ 1.46 1.67 3.04 -
YUV 32.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 19 37 48 0.60 0.23 0 0.81 202.76 0.43 0.13
Hex 13 25 30 3C 17 0 51 CB 2B D
Octal 23 45 60 74 27 0 121 313 53 15
Binary 10011 100101 110000 111100 10111 0 1010001 11001011 101011 1101

Color Harmonies of #132530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132530

Black with #132530

Text Example


Text Example

White with #132530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132530; }

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

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

background-color css

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

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

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

border-color css

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

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

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