Html Css Color HEX #2B2F3D Ebony

📋 copy color: '#2B2F3D'

red 43 ◦ green 47 ◦ blue 61

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

Shades of Ebony #2B2F3D

Tints of Ebony #2B2F3D

RGB

 RED value IS 43 (17.19% from 255) = 28.48%

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

 BLUE value IS 61 (24.22% from 255) = 40.4%

R = 28.48%
G = 31.13%
B = 40.4%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B2F3D (or 0x2B2F3D) is known color: Ebony. HEX triplet: 2B, 2F and 3D. RGB value is (43,47,61). Sum of RGB (Red+Green+Blue) = 43+47+61=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B2F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F3D is #D4D0C2. Grayscale: #2F2F2F. Windows color (decimal): -13947075 or 4009771. OLE color: 4009771.

HSL color Cylindrical-coordinate representation of color #2B2F3D: hue angle of 226.67º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B2F3D is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 43 47 61 -
CMYK 0.30 0.23 0 0.76
HSL 226.67º 0.17% 0.2% -
HSV(B) 226.67º 0.3% 0.24% -
XYZ 2.86 2.88 4.82 -
YUV 47.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 43 47 61 0.30 0.23 0 0.76 226.67 0.17 0.2
Hex 2B 2F 3D 1E 17 0 4C E3 11 14
Octal 53 57 75 36 27 0 114 343 21 24
Binary 101011 101111 111101 11110 10111 0 1001100 11100011 10001 10100

Color Harmonies of #2B2F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2F3D

Black with #2B2F3D

Text Example


Text Example

White with #2B2F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,47,61); }

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

background-color css

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

 a { background-color: rgb(43,47,61); }

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

border-color css

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

 span { border-color: rgb(43,47,61); }

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