#15424B

Color #15424B Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #15424B

Tints of Tiber #15424B

Color information

#15424B (or 0x15424B) is unknown color: approx Tiber. HEX triplet: 15, 42 and 4B. RGB value is (21,66,75). Sum of RGB (Red+Green+Blue) = 21+66+75=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #15424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15424B is #EABDB4. Grayscale: #353535. Windows color (decimal): -15383989 or 4932117. OLE color: 4932117.

HSL color Cylindrical-coordinate representation of color #15424B: hue angle of 190º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15424B is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB216675-
CMYK0.720.1200.71
HSL190º56.25%18.82%-
HSV(B)190º72%29.41%-
XYZ3.534.567.35-
YUV53.57140.09104.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 66 (26.17% from 255) = 40.74%
BLUE value IS 75 (29.69% from 255) = 46.30%
R=12.96%
G=40.74%
B=46.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2166750.720.1200.7119056.2518.82
Hex15424B48C047be3813
Octal251021131101401072767023
Binary101011000010100101110010001100010001111011111011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,66,75); }

 H1.HeaderClassName
 {
   color: #15424B;
 }
 .AnyTagClassName
 {
   color: #15424B;
 }
</style>
background-color css

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

 a { background-color: rgb(21,66,75); }

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

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

 span { border-color: rgb(21,66,75); }

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