#2B2E3D

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

Shades of Black Rock #2B2E3D

Tints of Black Rock #2B2E3D

Color information

#2B2E3D (or 0x2B2E3D) is unknown color: approx Black Rock. HEX triplet: 2B, 2E and 3D. RGB value is (43,46,61). Sum of RGB (Red+Green+Blue) = 43+46+61=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B2E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E3D is #D4D1C2. Grayscale: #2E2E2E. Windows color (decimal): -13947331 or 4009515. OLE color: 4009515.

HSL color Cylindrical-coordinate representation of color #2B2E3D: hue angle of 230º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B2E3D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB434661-
CMYK0.300.2500.76
HSL230º17.31%20.39%-
HSV(B)230º29.51%23.92%-
XYZ2.822.84.81-
YUV46.81136.01125.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.67%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=28.67%
G=30.67%
B=40.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4346610.300.2500.7623017.3120.39
Hex2B2E3D1E1904Ce61114
Octal535675363101143462124
Binary101011101110111101111101100101001100111001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,46,61); }

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

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

 a { background-color: rgb(43,46,61); }

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

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

 span { border-color: rgb(43,46,61); }

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