#2F263B

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

Shades of Tolopea #2F263B

Tints of Tolopea #2F263B

Color information

#2F263B (or 0x2F263B) is unknown color: approx Tolopea. HEX triplet: 2F, 26 and 3B. RGB value is (47,38,59). Sum of RGB (Red+Green+Blue) = 47+38+59=144 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.64% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 59 - color contains mainly: blue. Hex color #2F263B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F263B is #D0D9C4. Grayscale: #2B2B2B. Windows color (decimal): -13687237 or 3876399. OLE color: 3876399.

HSL color Cylindrical-coordinate representation of color #2F263B: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F263B is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB473859-
CMYK0.200.3600.77
HSL265.71º21.65%19.02%-
HSV(B)265.71º35.59%23.14%-
XYZ2.652.314.44-
YUV43.08136.98130.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.64%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=32.64%
G=26.39%
B=40.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4738590.200.3600.77265.7121.6519.02
Hex2F263B142404D10a1613
Octal574673244401154122623
Binary10111110011011101110100100100010011011000010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F263B; }

 p { color: rgb(47,38,59); }

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

<style>
 a { background-color: #2F263B; }

 a { background-color: rgb(47,38,59); }

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

<style>
 span { border-color: #2F263B; }

 span { border-color: rgb(47,38,59); }

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