Html Css Color HEX #2E3142 Black Rock

📋 copy color: '#2E3142'

red 46 ◦ green 49 ◦ blue 66

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

Shades of Black Rock #2E3142

Tints of Black Rock #2E3142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 40.99%

R = 28.57%
G = 30.43%
B = 40.99%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2E3142 (or 0x2E3142) is known color: Black Rock. HEX triplet: 2E, 31 and 42. RGB value is (46,49,66). Sum of RGB (Red+Green+Blue) = 46+49+66=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E3142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3142 is #D1CEBD. Grayscale: #313131. Windows color (decimal): -13749950 or 4337966. OLE color: 4337966.

HSL color Cylindrical-coordinate representation of color #2E3142: hue angle of 231º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E3142 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 46 49 66 -
CMYK 0.30 0.26 0 0.74
HSL 231º 0.18% 0.22% -
HSV(B) 231º 0.3% 0.26% -
XYZ 3.21 3.17 5.6 -
YUV 50.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 46 49 66 0.30 0.26 0 0.74 231 0.18 0.22
Hex 2E 31 42 1E 1A 0 4A E7 12 16
Octal 56 61 102 36 32 0 112 347 22 26
Binary 101110 110001 1000010 11110 11010 0 1001010 11100111 10010 10110

Color Harmonies of #2E3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3142

Black with #2E3142

Text Example


Text Example

White with #2E3142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,66); }

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

background-color css

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

 a { background-color: rgb(46,49,66); }

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

border-color css

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

 span { border-color: rgb(46,49,66); }

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