Html Css Color HEX #2E2F40 Black Rock

📋 copy color: '#2E2F40'

red 46 ◦ green 47 ◦ blue 64

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

Shades of Black Rock #2E2F40

Tints of Black Rock #2E2F40

RGB

 RED value IS 46 (18.36% from 255) = 29.3%

 GREEN value IS 47 (18.75% from 255) = 29.94%

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

R = 29.3%
G = 29.94%
B = 40.76%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2E2F40 (or 0x2E2F40) is known color: Black Rock. HEX triplet: 2E, 2F and 40. RGB value is (46,47,64). Sum of RGB (Red+Green+Blue) = 46+47+64=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E2F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F40 is #D1D0BF. Grayscale: #303030. Windows color (decimal): -13750464 or 4206382. OLE color: 4206382.

HSL color Cylindrical-coordinate representation of color #2E2F40: 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 #2E2F40 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 47 64 -
CMYK 0.28 0.27 0 0.75
HSL 236.67º 0.16% 0.22% -
HSV(B) 236.67º 0.28% 0.25% -
XYZ 3.07 2.98 5.26 -
YUV 48.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 46 47 64 0.28 0.27 0 0.75 236.67 0.16 0.22
Hex 2E 2F 40 1C 1B 0 4B ED 10 16
Octal 56 57 100 34 33 0 113 355 20 26
Binary 101110 101111 1000000 11100 11011 0 1001011 11101101 10000 10110

Color Harmonies of #2E2F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2F40

Black with #2E2F40

Text Example


Text Example

White with #2E2F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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