Html Css Color HEX #2F313A Black Rock

📋 copy color: '#2F313A'

red 47 ◦ green 49 ◦ blue 58

#2F313A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rock #2F313A

Tints of Black Rock #2F313A

RGB

 RED value IS 47 (18.75% from 255) = 30.52%

 GREEN value IS 49 (19.53% from 255) = 31.82%

 BLUE value IS 58 (23.05% from 255) = 37.66%

R = 30.52%
G = 31.82%
B = 37.66%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2F313A (or 0x2F313A) is known color: Black Rock. HEX triplet: 2F, 31 and 3A. RGB value is (47,49,58). Sum of RGB (Red+Green+Blue) = 47+49+58=154 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.52% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F313A is #D0CEC5. Grayscale: #313131. Windows color (decimal): -13684422 or 3813679. OLE color: 3813679.

HSL color Cylindrical-coordinate representation of color #2F313A: hue angle of 229.09º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F313A is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 47 49 58 -
CMYK 0.19 0.16 0 0.77
HSL 229.09º 0.1% 0.21% -
HSV(B) 229.09º 0.19% 0.23% -
XYZ 3.03 3.11 4.44 -
YUV 49.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 47 49 58 0.19 0.16 0 0.77 229.09 0.1 0.21
Hex 2F 31 3A 13 10 0 4D E5 A 15
Octal 57 61 72 23 20 0 115 345 12 25
Binary 101111 110001 111010 10011 10000 0 1001101 11100101 1010 10101

Color Harmonies of #2F313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F313A

Black with #2F313A

Text Example


Text Example

White with #2F313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F313A;
 }
 .AnyTagClassName
 {
   color: #2F313A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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