#2A2B35

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

Shades of Black Rock #2A2B35

Tints of Black Rock #2A2B35

Color information

#2A2B35 (or 0x2A2B35) is unknown color: approx Black Rock. HEX triplet: 2A, 2B and 35. RGB value is (42,43,53). Sum of RGB (Red+Green+Blue) = 42+43+53=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A2B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2B35 is #D5D4CA. Grayscale: #2B2B2B. Windows color (decimal): -14013643 or 3484458. OLE color: 3484458.

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

Color convert

RGB424353-
CMYK0.210.1900.79
HSL234.55º11.58%18.63%-
HSV(B)234.55º20.75%20.78%-
XYZ2.462.483.72-
YUV43.84133.17126.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.43%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=30.43%
G=31.16%
B=38.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4243530.210.1900.79234.5511.5818.63
Hex2A2B35151304Febc13
Octal525365252301173531423
Binary10101010101111010110101100110100111111101011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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