#2C2E3C

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

Shades of Black Rock #2C2E3C

Tints of Black Rock #2C2E3C

Color information

#2C2E3C (or 0x2C2E3C) is unknown color: approx Black Rock. HEX triplet: 2C, 2E and 3C. RGB value is (44,46,60). Sum of RGB (Red+Green+Blue) = 44+46+60=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C2E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2E3C is #D3D1C3. Grayscale: #2E2E2E. Windows color (decimal): -13881796 or 3943980. OLE color: 3943980.

HSL color Cylindrical-coordinate representation of color #2C2E3C: hue angle of 232.5º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C2E3C is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB444660-
CMYK0.270.2300.76
HSL232.5º15.38%20.39%-
HSV(B)232.5º26.67%23.53%-
XYZ2.832.824.67-
YUV47135.34125.86-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.33%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 60 (23.83% from 255) = 40%
R=29.33%
G=30.67%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4446600.270.2300.76232.515.3820.39
Hex2C2E3C1B1704Ce8f14
Octal545674332701143501724
Binary10110010111011110011011101110100110011101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,46,60); }

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

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

 a { background-color: rgb(44,46,60); }

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

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

 span { border-color: rgb(44,46,60); }

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