Html Css Color HEX #15222A Black Pearl

📋 copy color: '#15222A'

red 21 ◦ green 34 ◦ blue 42

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

Shades of Black Pearl #15222A

Tints of Black Pearl #15222A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.05%

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

R = 21.65%
G = 35.05%
B = 43.3%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#15222A (or 0x15222A) is known color: Black Pearl. HEX triplet: 15, 22 and 2A. RGB value is (21,34,42). Sum of RGB (Red+Green+Blue) = 21+34+42=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #15222A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15222A is #EADDD5. Grayscale: #1E1E1E. Windows color (decimal): -15392214 or 2761237. OLE color: 2761237.

HSL color Cylindrical-coordinate representation of color #15222A: hue angle of 202.86º 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 #15222A is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 34 42 -
CMYK 0.50 0.19 0 0.84
HSL 202.86º 0.33% 0.12% -
HSV(B) 202.86º 0.5% 0.16% -
XYZ 1.3 1.47 2.41 -
YUV 31.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 21 34 42 0.50 0.19 0 0.84 202.86 0.33 0.12
Hex 15 22 2A 32 13 0 54 CB 21 C
Octal 25 42 52 62 23 0 124 313 41 14
Binary 10101 100010 101010 110010 10011 0 1010100 11001011 100001 1100

Color Harmonies of #15222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15222A

Black with #15222A

Text Example


Text Example

White with #15222A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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