Html Css Color HEX #15262B Black Pearl

📋 copy color: '#15262B'

red 21 ◦ green 38 ◦ blue 43

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

Shades of Black Pearl #15262B

Tints of Black Pearl #15262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 37.25%

 BLUE value IS 43 (17.19% from 255) = 42.16%

R = 20.59%
G = 37.25%
B = 42.16%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#15262B (or 0x15262B) is known color: Black Pearl. HEX triplet: 15, 26 and 2B. RGB value is (21,38,43). Sum of RGB (Red+Green+Blue) = 21+38+43=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #15262B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15262B is #EAD9D4. Grayscale: #212121. Windows color (decimal): -15391189 or 2827797. OLE color: 2827797.

HSL color Cylindrical-coordinate representation of color #15262B: hue angle of 193.64º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #15262B is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 21 38 43 -
CMYK 0.51 0.12 0 0.83
HSL 193.64º 0.34% 0.13% -
HSV(B) 193.64º 0.51% 0.17% -
XYZ 1.44 1.72 2.54 -
YUV 33.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 21 38 43 0.51 0.12 0 0.83 193.64 0.34 0.13
Hex 15 26 2B 33 C 0 53 C2 22 D
Octal 25 46 53 63 14 0 123 302 42 15
Binary 10101 100110 101011 110011 1100 0 1010011 11000010 100010 1101

Color Harmonies of #15262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15262B

Black with #15262B

Text Example


Text Example

White with #15262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15262B; }

 p { color: rgb(21,38,43); }

 H1.HeaderClassName
 {
   color: #15262B;
 }
 .AnyTagClassName
 {
   color: #15262B;
 }
</style>

background-color css

<style>
 a { background-color: #15262B; }

 a { background-color: rgb(21,38,43); }

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

border-color css

<style>
 span { border-color: #15262B; }

 span { border-color: rgb(21,38,43); }

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