Html Css Color HEX #15292F Black Pearl

📋 copy color: '#15292F'

red 21 ◦ green 41 ◦ blue 47

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

Shades of Black Pearl #15292F

Tints of Black Pearl #15292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.61%

 BLUE value IS 47 (18.75% from 255) = 43.12%

R = 19.27%
G = 37.61%
B = 43.12%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15292F (or 0x15292F) is known color: Black Pearl. HEX triplet: 15, 29 and 2F. RGB value is (21,41,47). Sum of RGB (Red+Green+Blue) = 21+41+47=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #15292F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15292F is #EAD6D0. Grayscale: #232323. Windows color (decimal): -15390417 or 3090709. OLE color: 3090709.

HSL color Cylindrical-coordinate representation of color #15292F: hue angle of 193.85º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #15292F is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 41 47 -
CMYK 0.55 0.13 0 0.82
HSL 193.85º 0.38% 0.13% -
HSV(B) 193.85º 0.55% 0.18% -
XYZ 1.62 1.95 2.98 -
YUV 35.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 21 41 47 0.55 0.13 0 0.82 193.85 0.38 0.13
Hex 15 29 2F 37 D 0 52 C2 26 D
Octal 25 51 57 67 15 0 122 302 46 15
Binary 10101 101001 101111 110111 1101 0 1010010 11000010 100110 1101

Color Harmonies of #15292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15292F

Black with #15292F

Text Example


Text Example

White with #15292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15292F; }

 p { color: rgb(21,41,47); }

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

background-color css

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

 a { background-color: rgb(21,41,47); }

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

border-color css

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

 span { border-color: rgb(21,41,47); }

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