Html Css Color HEX #2F3041 Black Rock

📋 copy color: '#2F3041'

red 47 ◦ green 48 ◦ blue 65

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

Shades of Black Rock #2F3041

Tints of Black Rock #2F3041

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.63%

R = 29.38%
G = 30%
B = 40.63%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 47 48 65 -
CMYK 0.28 0.26 0 0.75
HSL 236.67º 0.16% 0.22% -
HSV(B) 236.67º 0.28% 0.25% -
XYZ 3.18 3.1 5.43 -
YUV 49.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 47 48 65 0.28 0.26 0 0.75 236.67 0.16 0.22
Hex 2F 30 41 1C 1A 0 4B ED 10 16
Octal 57 60 101 34 32 0 113 355 20 26
Binary 101111 110000 1000001 11100 11010 0 1001011 11101101 10000 10110

Color Harmonies of #2F3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3041

Black with #2F3041

Text Example


Text Example

White with #2F3041

Text Example


Text Example

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