#2F3041

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

Shades of Black Rock #2F3041

Tints of Black Rock #2F3041

Color information

#2F3041 (or 0x2F3041) is unknown color: approx Black Rock. HEX triplet: 2F, 30 and 41. RGB value is (47,48,65). Sum of RGB (Red+Green+Blue) = 47+48+65=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #2F3041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3041 is #D0CFBE. Grayscale: #313131. Windows color (decimal): -13684671 or 4272175. OLE color: 4272175.

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

Color convert

RGB474865-
CMYK0.280.2600.75
HSL236.67º16.07%21.96%-
HSV(B)236.67º27.69%25.49%-
XYZ3.183.15.43-
YUV49.64136.67126.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.38%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=29.38%
G=30%
B=40.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4748650.280.2600.75236.6716.0721.96
Hex2F30411C1A04Bed1016
Octal5760101343201133552026
Binary1011111100001000001111001101001001011111011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,48,65); }

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

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

 a { background-color: rgb(47,48,65); }

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

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

 span { border-color: rgb(47,48,65); }

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