Html Css Color HEX #15282C Black Pearl

📋 copy color: '#15282C'

red 21 ◦ green 40 ◦ blue 44

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

Shades of Black Pearl #15282C

Tints of Black Pearl #15282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 38.1%

 BLUE value IS 44 (17.58% from 255) = 41.9%

R = 20%
G = 38.1%
B = 41.9%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15282C (or 0x15282C) is known color: Black Pearl. HEX triplet: 15, 28 and 2C. RGB value is (21,40,44). Sum of RGB (Red+Green+Blue) = 21+40+44=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #15282C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15282C is #EAD7D3. Grayscale: #222222. Windows color (decimal): -15390676 or 2893845. OLE color: 2893845.

HSL color Cylindrical-coordinate representation of color #15282C: hue angle of 190.43º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #15282C is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 40 44 -
CMYK 0.52 0.09 0 0.83
HSL 190.43º 0.35% 0.13% -
HSV(B) 190.43º 0.52% 0.17% -
XYZ 1.52 1.86 2.66 -
YUV 34.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 21 40 44 0.52 0.09 0 0.83 190.43 0.35 0.13
Hex 15 28 2C 34 9 0 53 BE 23 D
Octal 25 50 54 64 11 0 123 276 43 15
Binary 10101 101000 101100 110100 1001 0 1010011 10111110 100011 1101

Color Harmonies of #15282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15282C

Black with #15282C

Text Example


Text Example

White with #15282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15282C; }

 p { color: rgb(21,40,44); }

 H1.HeaderClassName
 {
   color: #15282C;
 }
 .AnyTagClassName
 {
   color: #15282C;
 }
</style>

background-color css

<style>
 a { background-color: #15282C; }

 a { background-color: rgb(21,40,44); }

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

border-color css

<style>
 span { border-color: #15282C; }

 span { border-color: rgb(21,40,44); }

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