#2F3140

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

Shades of Black Rock #2F3140

Tints of Black Rock #2F3140

Color information

#2F3140 (or 0x2F3140) is unknown color: approx Black Rock. HEX triplet: 2F, 31 and 40. RGB value is (47,49,64). Sum of RGB (Red+Green+Blue) = 47+49+64=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F3140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3140 is #D0CEBF. Grayscale: #323232. Windows color (decimal): -13684416 or 4206895. OLE color: 4206895.

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

Color convert

RGB474964-
CMYK0.270.2300.75
HSL232.94º15.32%21.76%-
HSV(B)232.94º26.56%25.1%-
XYZ3.23.175.29-
YUV50.11135.84125.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.38%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 64 (25.39% from 255) = 40%
R=29.38%
G=30.62%
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.75
SystemRedGreenBlueCMYKHSL
Decimal4749640.270.2300.75232.9415.3221.76
Hex2F31401B1704Be9f16
Octal5761100332701133511726
Binary101111110001100000011011101110100101111101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,64); }

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

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

 a { background-color: rgb(47,49,64); }

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

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

 span { border-color: rgb(47,49,64); }

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