Html Css Color HEX #15232A Black Pearl

📋 copy color: '#15232A'

red 21 ◦ green 35 ◦ blue 42

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

Shades of Black Pearl #15232A

Tints of Black Pearl #15232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 42.86%

R = 21.43%
G = 35.71%
B = 42.86%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#15232A (or 0x15232A) is known color: Black Pearl. HEX triplet: 15, 23 and 2A. RGB value is (21,35,42). Sum of RGB (Red+Green+Blue) = 21+35+42=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #15232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232A is #EADCD5. Grayscale: #1F1F1F. Windows color (decimal): -15391958 or 2761493. OLE color: 2761493.

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

Color convert

RGB 21 35 42 -
CMYK 0.50 0.17 0 0.84
HSL 200º 0.33% 0.12% -
HSV(B) 200º 0.5% 0.16% -
XYZ 1.33 1.53 2.42 -
YUV 31.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 21 35 42 0.50 0.17 0 0.84 200 0.33 0.12
Hex 15 23 2A 32 11 0 54 C8 21 C
Octal 25 43 52 62 21 0 124 310 41 14
Binary 10101 100011 101010 110010 10001 0 1010100 11001000 100001 1100

Color Harmonies of #15232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15232A

Black with #15232A

Text Example


Text Example

White with #15232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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