Html Css Color HEX #15202C Black Pearl

📋 copy color: '#15202C'

red 21 ◦ green 32 ◦ blue 44

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

Shades of Black Pearl #15202C

Tints of Black Pearl #15202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.99%

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

R = 21.65%
G = 32.99%
B = 45.36%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15202C (or 0x15202C) is known color: Black Pearl. HEX triplet: 15, 20 and 2C. RGB value is (21,32,44). Sum of RGB (Red+Green+Blue) = 21+32+44=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 44 - color contains mainly: blue. Hex color #15202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15202C is #EADFD3. Grayscale: #1E1E1E. Windows color (decimal): -15392724 or 2891797. OLE color: 2891797.

HSL color Cylindrical-coordinate representation of color #15202C: hue angle of 211.3º 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 #15202C is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 32 44 -
CMYK 0.52 0.27 0 0.83
HSL 211.3º 0.35% 0.13% -
HSV(B) 211.3º 0.52% 0.17% -
XYZ 1.28 1.37 2.58 -
YUV 30.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 21 32 44 0.52 0.27 0 0.83 211.3 0.35 0.13
Hex 15 20 2C 34 1B 0 53 D3 23 D
Octal 25 40 54 64 33 0 123 323 43 15
Binary 10101 100000 101100 110100 11011 0 1010011 11010011 100011 1101

Color Harmonies of #15202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15202C

Black with #15202C

Text Example


Text Example

White with #15202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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