#150B30

Color #150B30 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #150B30

Tints of Tolopea #150B30

Color information

#150B30 (or 0x150B30) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 30. RGB value is (21,11,48). Sum of RGB (Red+Green+Blue) = 21+11+48=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #150B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B30 is #EAF4CF. Grayscale: #121212. Windows color (decimal): -15398096 or 3148565. OLE color: 3148565.

HSL color Cylindrical-coordinate representation of color #150B30: hue angle of 256.22º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #150B30 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB211148-
CMYK0.560.7700.81
HSL256.22º62.71%11.57%-
HSV(B)256.22º77.08%18.82%-
XYZ0.960.612.86-
YUV18.21144.81129.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.25%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 48 (19.14% from 255) = 60%
R=26.25%
G=13.75%
B=60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2111480.560.7700.81256.2262.7111.57
Hex15B30384D0511003fc
Octal2513607011501214007714
Binary1010110111100001110001001101010100011000000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B30; }

 p { color: rgb(21,11,48); }

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

<style>
 a { background-color: #150B30; }

 a { background-color: rgb(21,11,48); }

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

<style>
 span { border-color: #150B30; }

 span { border-color: rgb(21,11,48); }

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