Html Css Color HEX #13252A Black Pearl

📋 copy color: '#13252A'

red 19 ◦ green 37 ◦ blue 42

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

Shades of Black Pearl #13252A

Tints of Black Pearl #13252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 19.39%
G = 37.76%
B = 42.86%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#13252A (or 0x13252A) is known color: Black Pearl. HEX triplet: 13, 25 and 2A. RGB value is (19,37,42). Sum of RGB (Red+Green+Blue) = 19+37+42=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #13252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13252A is #ECDAD5. Grayscale: #202020. Windows color (decimal): -15522518 or 2762003. OLE color: 2762003.

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

Color convert

RGB 19 37 42 -
CMYK 0.55 0.12 0 0.84
HSL 193.04º 0.38% 0.12% -
HSV(B) 193.04º 0.55% 0.16% -
XYZ 1.35 1.63 2.43 -
YUV 32.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 19 37 42 0.55 0.12 0 0.84 193.04 0.38 0.12
Hex 13 25 2A 37 C 0 54 C1 26 C
Octal 23 45 52 67 14 0 124 301 46 14
Binary 10011 100101 101010 110111 1100 0 1010100 11000001 100110 1100

Color Harmonies of #13252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13252A

Black with #13252A

Text Example


Text Example

White with #13252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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