Html Css Color HEX #152327 Black Pearl

📋 copy color: '#152327'

red 21 ◦ green 35 ◦ blue 39

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

Shades of Black Pearl #152327

Tints of Black Pearl #152327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 41.05%

R = 22.11%
G = 36.84%
B = 41.05%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#152327 (or 0x152327) is known color: Black Pearl. HEX triplet: 15, 23 and 27. RGB value is (21,35,39). Sum of RGB (Red+Green+Blue) = 21+35+39=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #152327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152327 is #EADCD8. Grayscale: #1F1F1F. Windows color (decimal): -15391961 or 2564885. OLE color: 2564885.

HSL color Cylindrical-coordinate representation of color #152327: hue angle of 193.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #152327 is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 35 39 -
CMYK 0.46 0.10 0 0.85
HSL 193.33º 0.3% 0.12% -
HSV(B) 193.33º 0.46% 0.15% -
XYZ 1.28 1.51 2.14 -
YUV 31.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 21 35 39 0.46 0.10 0 0.85 193.33 0.3 0.12
Hex 15 23 27 2E A 0 55 C1 1E C
Octal 25 43 47 56 12 0 125 301 36 14
Binary 10101 100011 100111 101110 1010 0 1010101 11000001 11110 1100

Color Harmonies of #152327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152327

Black with #152327

Text Example


Text Example

White with #152327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152327; }

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

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

background-color css

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

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

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

border-color css

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

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

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