Html Css Color HEX #15212E Black Pearl

📋 copy color: '#15212E'

red 21 ◦ green 33 ◦ blue 46

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

Shades of Black Pearl #15212E

Tints of Black Pearl #15212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 33%

 BLUE value IS 46 (18.36% from 255) = 46%

R = 21%
G = 33%
B = 46%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15212E (or 0x15212E) is known color: Black Pearl. HEX triplet: 15, 21 and 2E. RGB value is (21,33,46). Sum of RGB (Red+Green+Blue) = 21+33+46=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 46 - color contains mainly: blue. Hex color #15212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212E is #EADED1. Grayscale: #1E1E1E. Windows color (decimal): -15392466 or 3023125. OLE color: 3023125.

HSL color Cylindrical-coordinate representation of color #15212E: hue angle of 211.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #15212E is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 33 46 -
CMYK 0.54 0.28 0 0.82
HSL 211.2º 0.37% 0.13% -
HSV(B) 211.2º 0.54% 0.18% -
XYZ 1.35 1.44 2.79 -
YUV 30.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 21 33 46 0.54 0.28 0 0.82 211.2 0.37 0.13
Hex 15 21 2E 36 1C 0 52 D3 25 D
Octal 25 41 56 66 34 0 122 323 45 15
Binary 10101 100001 101110 110110 11100 0 1010010 11010011 100101 1101

Color Harmonies of #15212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15212E

Black with #15212E

Text Example


Text Example

White with #15212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15212E; }

 p { color: rgb(21,33,46); }

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

background-color css

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

 a { background-color: rgb(21,33,46); }

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

border-color css

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

 span { border-color: rgb(21,33,46); }

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