Html Css Color HEX #152329 Black Pearl

📋 copy color: '#152329'

red 21 ◦ green 35 ◦ blue 41

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

Shades of Black Pearl #152329

Tints of Black Pearl #152329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.08%

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

R = 21.65%
G = 36.08%
B = 42.27%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#152329 (or 0x152329) is known color: Black Pearl. HEX triplet: 15, 23 and 29. RGB value is (21,35,41). Sum of RGB (Red+Green+Blue) = 21+35+41=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #152329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152329 is #EADCD6. Grayscale: #1F1F1F. Windows color (decimal): -15391959 or 2695957. OLE color: 2695957.

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

Color convert

RGB 21 35 41 -
CMYK 0.49 0.15 0 0.84
HSL 198º 0.32% 0.12% -
HSV(B) 198º 0.49% 0.16% -
XYZ 1.31 1.52 2.32 -
YUV 31.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 21 35 41 0.49 0.15 0 0.84 198 0.32 0.12
Hex 15 23 29 31 F 0 54 C6 20 C
Octal 25 43 51 61 17 0 124 306 40 14
Binary 10101 100011 101001 110001 1111 0 1010100 11000110 100000 1100

Color Harmonies of #152329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152329

Black with #152329

Text Example


Text Example

White with #152329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152329; }

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

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

background-color css

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

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

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

border-color css

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

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

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