Html Css Color HEX #15262D Black Pearl

📋 copy color: '#15262D'

red 21 ◦ green 38 ◦ blue 45

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

Shades of Black Pearl #15262D

Tints of Black Pearl #15262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.54%

 BLUE value IS 45 (17.97% from 255) = 43.27%

R = 20.19%
G = 36.54%
B = 43.27%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15262D (or 0x15262D) is known color: Black Pearl. HEX triplet: 15, 26 and 2D. RGB value is (21,38,45). Sum of RGB (Red+Green+Blue) = 21+38+45=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #15262D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15262D is #EAD9D2. Grayscale: #212121. Windows color (decimal): -15391187 or 2958869. OLE color: 2958869.

HSL color Cylindrical-coordinate representation of color #15262D: hue angle of 197.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15262D is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 38 45 -
CMYK 0.53 0.16 0 0.82
HSL 197.5º 0.36% 0.13% -
HSV(B) 197.5º 0.53% 0.18% -
XYZ 1.48 1.74 2.74 -
YUV 33.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 21 38 45 0.53 0.16 0 0.82 197.5 0.36 0.13
Hex 15 26 2D 35 10 0 52 C6 24 D
Octal 25 46 55 65 20 0 122 306 44 15
Binary 10101 100110 101101 110101 10000 0 1010010 11000110 100100 1101

Color Harmonies of #15262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15262D

Black with #15262D

Text Example


Text Example

White with #15262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15262D; }

 p { color: rgb(21,38,45); }

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

background-color css

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

 a { background-color: rgb(21,38,45); }

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

border-color css

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

 span { border-color: rgb(21,38,45); }

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