Html Css Color HEX #15252E Black Pearl

📋 copy color: '#15252E'

red 21 ◦ green 37 ◦ blue 46

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

Shades of Black Pearl #15252E

Tints of Black Pearl #15252E

RGB

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

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

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

R = 20.19%
G = 35.58%
B = 44.23%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15252E (or 0x15252E) is known color: Black Pearl. HEX triplet: 15, 25 and 2E. RGB value is (21,37,46). Sum of RGB (Red+Green+Blue) = 21+37+46=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 37 (14.84% from 255 or 35.58% 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 #15252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15252E is #EADAD1. Grayscale: #212121. Windows color (decimal): -15391442 or 3024149. OLE color: 3024149.

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

Color convert

RGB 21 37 46 -
CMYK 0.54 0.20 0 0.82
HSL 201.6º 0.37% 0.13% -
HSV(B) 201.6º 0.54% 0.18% -
XYZ 1.46 1.68 2.83 -
YUV 33.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 21 37 46 0.54 0.20 0 0.82 201.6 0.37 0.13
Hex 15 25 2E 36 14 0 52 CA 25 D
Octal 25 45 56 66 24 0 122 312 45 15
Binary 10101 100101 101110 110110 10100 0 1010010 11001010 100101 1101

Color Harmonies of #15252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15252E

Black with #15252E

Text Example


Text Example

White with #15252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,37,46); }

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

background-color css

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

 a { background-color: rgb(21,37,46); }

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

border-color css

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

 span { border-color: rgb(21,37,46); }

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