Html Css Color HEX #15242F Black Pearl

📋 copy color: '#15242F'

red 21 ◦ green 36 ◦ blue 47

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

Shades of Black Pearl #15242F

Tints of Black Pearl #15242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.62%

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

R = 20.19%
G = 34.62%
B = 45.19%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15242F (or 0x15242F) is known color: Black Pearl. HEX triplet: 15, 24 and 2F. RGB value is (21,36,47). Sum of RGB (Red+Green+Blue) = 21+36+47=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #15242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15242F is #EADBD0. Grayscale: #202020. Windows color (decimal): -15391697 or 3089429. OLE color: 3089429.

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

Color convert

RGB 21 36 47 -
CMYK 0.55 0.23 0 0.82
HSL 205.38º 0.38% 0.13% -
HSV(B) 205.38º 0.55% 0.18% -
XYZ 1.45 1.63 2.93 -
YUV 32.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 21 36 47 0.55 0.23 0 0.82 205.38 0.38 0.13
Hex 15 24 2F 37 17 0 52 CD 26 D
Octal 25 44 57 67 27 0 122 315 46 15
Binary 10101 100100 101111 110111 10111 0 1010010 11001101 100110 1101

Color Harmonies of #15242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15242F

Black with #15242F

Text Example


Text Example

White with #15242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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