Html Css Color HEX #152129 Black Pearl

📋 copy color: '#152129'

red 21 ◦ green 33 ◦ blue 41

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

Shades of Black Pearl #152129

Tints of Black Pearl #152129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 34.74%

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

R = 22.11%
G = 34.74%
B = 43.16%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#152129 (or 0x152129) is known color: Black Pearl. HEX triplet: 15, 21 and 29. RGB value is (21,33,41). Sum of RGB (Red+Green+Blue) = 21+33+41=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #152129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152129 is #EADED6. Grayscale: #1E1E1E. Windows color (decimal): -15392471 or 2695445. OLE color: 2695445.

HSL color Cylindrical-coordinate representation of color #152129: hue angle of 204º 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 #152129 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 33 41 -
CMYK 0.49 0.20 0 0.84
HSL 204º 0.32% 0.12% -
HSV(B) 204º 0.49% 0.16% -
XYZ 1.25 1.41 2.3 -
YUV 30.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 21 33 41 0.49 0.20 0 0.84 204 0.32 0.12
Hex 15 21 29 31 14 0 54 CC 20 C
Octal 25 41 51 61 24 0 124 314 40 14
Binary 10101 100001 101001 110001 10100 0 1010100 11001100 100000 1100

Color Harmonies of #152129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152129

Black with #152129

Text Example


Text Example

White with #152129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152129; }

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

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

background-color css

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

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

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

border-color css

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

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

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