#2A2B38

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

Shades of Black Rock #2A2B38

Tints of Black Rock #2A2B38

Color information

#2A2B38 (or 0x2A2B38) is unknown color: approx Black Rock. HEX triplet: 2A, 2B and 38. RGB value is (42,43,56). Sum of RGB (Red+Green+Blue) = 42+43+56=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A2B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2B38 is #D5D4C7. Grayscale: #2C2C2C. Windows color (decimal): -14013640 or 3681066. OLE color: 3681066.

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

Color convert

RGB424356-
CMYK0.250.2300.78
HSL235.71º14.29%19.22%-
HSV(B)235.71º25%21.96%-
XYZ2.532.514.09-
YUV44.18134.67126.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.79%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=29.79%
G=30.50%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4243560.250.2300.78235.7114.2919.22
Hex2A2B38191704Eece13
Octal525370312701163541623
Binary10101010101111100011001101110100111011101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,43,56); }

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

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

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

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

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

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

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