Html Css Color HEX #15282F Black Pearl

📋 copy color: '#15282F'

red 21 ◦ green 40 ◦ blue 47

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

Shades of Black Pearl #15282F

Tints of Black Pearl #15282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.04%

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

R = 19.44%
G = 37.04%
B = 43.52%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15282F (or 0x15282F) is known color: Black Pearl. HEX triplet: 15, 28 and 2F. RGB value is (21,40,47). Sum of RGB (Red+Green+Blue) = 21+40+47=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 47 - color contains mainly: blue. Hex color #15282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15282F is #EAD7D0. Grayscale: #232323. Windows color (decimal): -15390673 or 3090453. OLE color: 3090453.

HSL color Cylindrical-coordinate representation of color #15282F: hue angle of 196.15º 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 #15282F is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 40 47 -
CMYK 0.55 0.15 0 0.82
HSL 196.15º 0.38% 0.13% -
HSV(B) 196.15º 0.55% 0.18% -
XYZ 1.58 1.88 2.97 -
YUV 35.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 21 40 47 0.55 0.15 0 0.82 196.15 0.38 0.13
Hex 15 28 2F 37 F 0 52 C4 26 D
Octal 25 50 57 67 17 0 122 304 46 15
Binary 10101 101000 101111 110111 1111 0 1010010 11000100 100110 1101

Color Harmonies of #15282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15282F

Black with #15282F

Text Example


Text Example

White with #15282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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