Html Css Color HEX #15242A Black Pearl

📋 copy color: '#15242A'

red 21 ◦ green 36 ◦ blue 42

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

Shades of Black Pearl #15242A

Tints of Black Pearl #15242A

RGB

 RED value IS 21 (8.59% from 255) = 21.21%

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

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

R = 21.21%
G = 36.36%
B = 42.42%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#15242A (or 0x15242A) is known color: Black Pearl. HEX triplet: 15, 24 and 2A. RGB value is (21,36,42). Sum of RGB (Red+Green+Blue) = 21+36+42=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #15242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15242A is #EADBD5. Grayscale: #202020. Windows color (decimal): -15391702 or 2761749. OLE color: 2761749.

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

Color convert

RGB 21 36 42 -
CMYK 0.50 0.14 0 0.84
HSL 197.14º 0.33% 0.12% -
HSV(B) 197.14º 0.5% 0.16% -
XYZ 1.36 1.59 2.43 -
YUV 32.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 21 36 42 0.50 0.14 0 0.84 197.14 0.33 0.12
Hex 15 24 2A 32 E 0 54 C5 21 C
Octal 25 44 52 62 16 0 124 305 41 14
Binary 10101 100100 101010 110010 1110 0 1010100 11000101 100001 1100

Color Harmonies of #15242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15242A

Black with #15242A

Text Example


Text Example

White with #15242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,36,42); }

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

background-color css

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

 a { background-color: rgb(21,36,42); }

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

border-color css

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

 span { border-color: rgb(21,36,42); }

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