Html Css Color HEX #132427 Black Pearl

📋 copy color: '#132427'

red 19 ◦ green 36 ◦ blue 39

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

Shades of Black Pearl #132427

Tints of Black Pearl #132427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 38.3%

 BLUE value IS 39 (15.63% from 255) = 41.49%

R = 20.21%
G = 38.3%
B = 41.49%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132427 (or 0x132427) is known color: Black Pearl. HEX triplet: 13, 24 and 27. RGB value is (19,36,39). Sum of RGB (Red+Green+Blue) = 19+36+39=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 39 (15.62% from 255 or 41.49% from 94); Max value from RGB is 39 - color contains mainly: blue. Hex color #132427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132427 is #ECDBD8. Grayscale: #1F1F1F. Windows color (decimal): -15522777 or 2565139. OLE color: 2565139.

HSL color Cylindrical-coordinate representation of color #132427: hue angle of 189º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132427 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 36 39 -
CMYK 0.51 0.08 0 0.85
HSL 189º 0.34% 0.11% -
HSV(B) 189º 0.51% 0.15% -
XYZ 1.27 1.55 2.15 -
YUV 31.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 19 36 39 0.51 0.08 0 0.85 189 0.34 0.11
Hex 13 24 27 33 8 0 55 BD 22 B
Octal 23 44 47 63 10 0 125 275 42 13
Binary 10011 100100 100111 110011 1000 0 1010101 10111101 100010 1011

Color Harmonies of #132427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132427

Black with #132427

Text Example


Text Example

White with #132427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132427; }

 p { color: rgb(19,36,39); }

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

background-color css

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

 a { background-color: rgb(19,36,39); }

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

border-color css

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

 span { border-color: rgb(19,36,39); }

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