#2B2F42

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

Shades of Black Rock #2B2F42

Tints of Black Rock #2B2F42

Color information

#2B2F42 (or 0x2B2F42) is unknown color: approx Black Rock. HEX triplet: 2B, 2F and 42. RGB value is (43,47,66). Sum of RGB (Red+Green+Blue) = 43+47+66=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 66 - color contains mainly: blue. Hex color #2B2F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F42 is #D4D0BD. Grayscale: #2F2F2F. Windows color (decimal): -13947070 or 4337451. OLE color: 4337451.

HSL color Cylindrical-coordinate representation of color #2B2F42: hue angle of 229.57º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B2F42 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB434766-
CMYK0.350.2900.74
HSL229.57º21.1%21.37%-
HSV(B)229.57º34.85%25.88%-
XYZ32.945.56-
YUV47.97138.17124.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=27.56%
G=30.13%
B=42.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4347660.350.2900.74229.5721.121.37
Hex2B2F42231D04Ae61515
Octal5357102433501123462525
Binary10101110111110000101000111110101001010111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,47,66); }

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

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

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

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

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

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

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