Html Css Color HEX #152229 Black Pearl

📋 copy color: '#152229'

red 21 ◦ green 34 ◦ blue 41

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

Shades of Black Pearl #152229

Tints of Black Pearl #152229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.42%

 BLUE value IS 41 (16.41% from 255) = 42.71%

R = 21.88%
G = 35.42%
B = 42.71%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#152229 (or 0x152229) is known color: Black Pearl. HEX triplet: 15, 22 and 29. RGB value is (21,34,41). Sum of RGB (Red+Green+Blue) = 21+34+41=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #152229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152229 is #EADDD6. Grayscale: #1E1E1E. Windows color (decimal): -15392215 or 2695701. OLE color: 2695701.

HSL color Cylindrical-coordinate representation of color #152229: hue angle of 201º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152229 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 34 41 -
CMYK 0.49 0.17 0 0.84
HSL 201º 0.32% 0.12% -
HSV(B) 201º 0.49% 0.16% -
XYZ 1.28 1.46 2.31 -
YUV 30.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 21 34 41 0.49 0.17 0 0.84 201 0.32 0.12
Hex 15 22 29 31 11 0 54 C9 20 C
Octal 25 42 51 61 21 0 124 311 40 14
Binary 10101 100010 101001 110001 10001 0 1010100 11001001 100000 1100

Color Harmonies of #152229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152229

Black with #152229

Text Example


Text Example

White with #152229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152229; }

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

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

background-color css

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

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

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

border-color css

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

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

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