#2A2A33

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

Shades of Bastille #2A2A33

Tints of Bastille #2A2A33

Color information

#2A2A33 (or 0x2A2A33) is unknown color: approx Bastille. HEX triplet: 2A, 2A and 33. RGB value is (42,42,51). Sum of RGB (Red+Green+Blue) = 42+42+51=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 51 - color contains mainly: blue. Hex color #2A2A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2A33 is #D5D5CC. Grayscale: #2A2A2A. Windows color (decimal): -14013901 or 3353130. OLE color: 3353130.

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

Color convert

RGB424251-
CMYK0.180.1800.8
HSL240º9.68%18.24%-
HSV(B)240º17.65%20%-
XYZ2.382.393.47-
YUV43.03132.5127.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.11%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=31.11%
G=31.11%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4242510.180.1800.82409.6818.24
Hex2A2A331212050f0a12
Octal525263222201203601222
Binary10101010101011001110010100100101000011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,42,51); }

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

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

 a { background-color: rgb(42,42,51); }

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

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

 span { border-color: rgb(42,42,51); }

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