Html Css Color HEX #15232F Black Pearl

📋 copy color: '#15232F'

red 21 ◦ green 35 ◦ blue 47

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

Shades of Black Pearl #15232F

Tints of Black Pearl #15232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 33.98%

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

R = 20.39%
G = 33.98%
B = 45.63%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15232F (or 0x15232F) is known color: Black Pearl. HEX triplet: 15, 23 and 2F. RGB value is (21,35,47). Sum of RGB (Red+Green+Blue) = 21+35+47=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #15232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232F is #EADCD0. Grayscale: #202020. Windows color (decimal): -15391953 or 3089173. OLE color: 3089173.

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

Color convert

RGB 21 35 47 -
CMYK 0.55 0.26 0 0.82
HSL 207.69º 0.38% 0.13% -
HSV(B) 207.69º 0.55% 0.18% -
XYZ 1.42 1.57 2.92 -
YUV 32.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 21 35 47 0.55 0.26 0 0.82 207.69 0.38 0.13
Hex 15 23 2F 37 1A 0 52 D0 26 D
Octal 25 43 57 67 32 0 122 320 46 15
Binary 10101 100011 101111 110111 11010 0 1010010 11010000 100110 1101

Color Harmonies of #15232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15232F

Black with #15232F

Text Example


Text Example

White with #15232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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