Html Css Color HEX #152326 Black Pearl

📋 copy color: '#152326'

red 21 ◦ green 35 ◦ blue 38

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

Shades of Black Pearl #152326

Tints of Black Pearl #152326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 40.43%

R = 22.34%
G = 37.23%
B = 40.43%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#152326 (or 0x152326) is known color: Black Pearl. HEX triplet: 15, 23 and 26. RGB value is (21,35,38). Sum of RGB (Red+Green+Blue) = 21+35+38=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #152326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152326 is #EADCD9. Grayscale: #1F1F1F. Windows color (decimal): -15391962 or 2499349. OLE color: 2499349.

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

Color convert

RGB 21 35 38 -
CMYK 0.45 0.08 0 0.85
HSL 190.59º 0.29% 0.12% -
HSV(B) 190.59º 0.45% 0.15% -
XYZ 1.26 1.5 2.06 -
YUV 31.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 21 35 38 0.45 0.08 0 0.85 190.59 0.29 0.12
Hex 15 23 26 2D 8 0 55 BF 1D C
Octal 25 43 46 55 10 0 125 277 35 14
Binary 10101 100011 100110 101101 1000 0 1010101 10111111 11101 1100

Color Harmonies of #152326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152326

Black with #152326

Text Example


Text Example

White with #152326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152326; }

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

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

background-color css

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

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

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

border-color css

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

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

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