Html Css Color HEX #2F3140 Black Rock

📋 copy color: '#2F3140'

red 47 ◦ green 49 ◦ blue 64

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

Shades of Black Rock #2F3140

Tints of Black Rock #2F3140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40%

R = 29.38%
G = 30.63%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2F3140 (or 0x2F3140) is known color: 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

RGB 47 49 64 -
CMYK 0.27 0.23 0 0.75
HSL 232.94º 0.15% 0.22% -
HSV(B) 232.94º 0.27% 0.25% -
XYZ 3.2 3.17 5.29 -
YUV 50.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 47 49 64 0.27 0.23 0 0.75 232.94 0.15 0.22
Hex 2F 31 40 1B 17 0 4B E9 F 16
Octal 57 61 100 33 27 0 113 351 17 26
Binary 101111 110001 1000000 11011 10111 0 1001011 11101001 1111 10110

Color Harmonies of #2F3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3140

Black with #2F3140

Text Example


Text Example

White with #2F3140

Text Example


Text Example

HTML Codes & Css Web 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>