Html Css Color HEX #15232C Black Pearl

📋 copy color: '#15232C'

red 21 ◦ green 35 ◦ blue 44

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

Shades of Black Pearl #15232C

Tints of Black Pearl #15232C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 44%

R = 21%
G = 35%
B = 44%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15232C (or 0x15232C) is known color: Black Pearl. HEX triplet: 15, 23 and 2C. RGB value is (21,35,44). Sum of RGB (Red+Green+Blue) = 21+35+44=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #15232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15232C is #EADCD3. Grayscale: #1F1F1F. Windows color (decimal): -15391956 or 2892565. OLE color: 2892565.

HSL color Cylindrical-coordinate representation of color #15232C: hue angle of 203.48º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #15232C is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 35 44 -
CMYK 0.52 0.20 0 0.83
HSL 203.48º 0.35% 0.13% -
HSV(B) 203.48º 0.52% 0.17% -
XYZ 1.36 1.54 2.61 -
YUV 31.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 21 35 44 0.52 0.20 0 0.83 203.48 0.35 0.13
Hex 15 23 2C 34 14 0 53 CB 23 D
Octal 25 43 54 64 24 0 123 313 43 15
Binary 10101 100011 101100 110100 10100 0 1010011 11001011 100011 1101

Color Harmonies of #15232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15232C

Black with #15232C

Text Example


Text Example

White with #15232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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