Html Css Color HEX #15212F Black Pearl

📋 copy color: '#15212F'

red 21 ◦ green 33 ◦ blue 47

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

Shades of Black Pearl #15212F

Tints of Black Pearl #15212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 46.53%

R = 20.79%
G = 32.67%
B = 46.53%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15212F (or 0x15212F) is known color: Black Pearl. HEX triplet: 15, 21 and 2F. RGB value is (21,33,47). Sum of RGB (Red+Green+Blue) = 21+33+47=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #15212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15212F is #EADED0. Grayscale: #1E1E1E. Windows color (decimal): -15392465 or 3088661. OLE color: 3088661.

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

Color convert

RGB 21 33 47 -
CMYK 0.55 0.30 0 0.82
HSL 212.31º 0.38% 0.13% -
HSV(B) 212.31º 0.55% 0.18% -
XYZ 1.37 1.45 2.9 -
YUV 31.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 21 33 47 0.55 0.30 0 0.82 212.31 0.38 0.13
Hex 15 21 2F 37 1E 0 52 D4 26 D
Octal 25 41 57 67 36 0 122 324 46 15
Binary 10101 100001 101111 110111 11110 0 1010010 11010100 100110 1101

Color Harmonies of #15212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15212F

Black with #15212F

Text Example


Text Example

White with #15212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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