Html Css Color HEX #13272E Black Pearl

📋 copy color: '#13272E'

red 19 ◦ green 39 ◦ blue 46

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

Shades of Black Pearl #13272E

Tints of Black Pearl #13272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 37.5%

 BLUE value IS 46 (18.36% from 255) = 44.23%

R = 18.27%
G = 37.5%
B = 44.23%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#13272E (or 0x13272E) is known color: Black Pearl. HEX triplet: 13, 27 and 2E. RGB value is (19,39,46). Sum of RGB (Red+Green+Blue) = 19+39+46=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #13272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13272E is #ECD8D1. Grayscale: #212121. Windows color (decimal): -15522002 or 3024659. OLE color: 3024659.

HSL color Cylindrical-coordinate representation of color #13272E: hue angle of 195.56º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13272E is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 39 46 -
CMYK 0.59 0.15 0 0.82
HSL 195.56º 0.42% 0.13% -
HSV(B) 195.56º 0.59% 0.18% -
XYZ 1.49 1.79 2.85 -
YUV 33.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 19 39 46 0.59 0.15 0 0.82 195.56 0.42 0.13
Hex 13 27 2E 3B F 0 52 C4 2A D
Octal 23 47 56 73 17 0 122 304 52 15
Binary 10011 100111 101110 111011 1111 0 1010010 11000100 101010 1101

Color Harmonies of #13272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13272E

Black with #13272E

Text Example


Text Example

White with #13272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13272E; }

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

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

background-color css

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

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

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

border-color css

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

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

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