#2F2F30

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

Shades of Bastille #2F2F30

Tints of Bastille #2F2F30

Color information

#2F2F30 (or 0x2F2F30) is unknown color: approx Bastille. HEX triplet: 2F, 2F and 30. RGB value is (47,47,48). Sum of RGB (Red+Green+Blue) = 47+47+48=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 48 - color contains mainly: blue. Hex color #2F2F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2F30 is #D0D0CF. Grayscale: #2F2F2F. Windows color (decimal): -13684944 or 3157807. OLE color: 3157807.

HSL color Cylindrical-coordinate representation of color #2F2F30: hue angle of 240º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #2F2F30 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB474748-
CMYK0.020.0200.81
HSL240º1.05%18.63%-
HSV(B)240º2.08%18.82%-
XYZ2.722.853.2-
YUV47.11128.5127.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.10%
GREEN value IS 47 (18.75% from 255) = 33.10%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=33.10%
G=33.10%
B=33.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4747480.020.0200.812401.0518.63
Hex2F2F3022051f0113
Octal575760220121360123
Binary10111110111111000010100101000111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,47,48); }

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

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

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

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

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

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

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