#2C2C37

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

Shades of Bastille #2C2C37

Tints of Bastille #2C2C37

Color information

#2C2C37 (or 0x2C2C37) is unknown color: approx Bastille. HEX triplet: 2C, 2C and 37. RGB value is (44,44,55). Sum of RGB (Red+Green+Blue) = 44+44+55=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 55 - color contains mainly: blue. Hex color #2C2C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2C37 is #D3D3C8. Grayscale: #2D2D2D. Windows color (decimal): -13882313 or 3615788. OLE color: 3615788.

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

Color convert

RGB444455-
CMYK0.20.200.78
HSL240º11.11%19.41%-
HSV(B)240º20%21.57%-
XYZ2.632.613.98-
YUV45.25133.5127.11-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.77%
GREEN value IS 44 (17.58% from 255) = 30.77%
BLUE value IS 55 (21.88% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4444550.20.200.7824011.1119.41
Hex2C2C37141404Ef0b13
Octal545467242401163601323
Binary10110010110011011110100101000100111011110000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,44,55); }

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

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

 a { background-color: rgb(44,44,55); }

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

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

 span { border-color: rgb(44,44,55); }

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