Html Css Color HEX #2B333E Ebony

📋 copy color: '#2B333E'

red 43 ◦ green 51 ◦ blue 62

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

Shades of Ebony #2B333E

Tints of Ebony #2B333E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.69%

 BLUE value IS 62 (24.61% from 255) = 39.74%

R = 27.56%
G = 32.69%
B = 39.74%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B333E (or 0x2B333E) is known color: Ebony. HEX triplet: 2B, 33 and 3E. RGB value is (43,51,62). Sum of RGB (Red+Green+Blue) = 43+51+62=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B333E is #D4CCC1. Grayscale: #313131. Windows color (decimal): -13946050 or 4076331. OLE color: 4076331.

HSL color Cylindrical-coordinate representation of color #2B333E: hue angle of 214.74º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B333E is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 43 51 62 -
CMYK 0.31 0.18 0 0.76
HSL 214.74º 0.18% 0.21% -
HSV(B) 214.74º 0.31% 0.24% -
XYZ 3.05 3.23 5.02 -
YUV 49.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 43 51 62 0.31 0.18 0 0.76 214.74 0.18 0.21
Hex 2B 33 3E 1F 12 0 4C D7 12 15
Octal 53 63 76 37 22 0 114 327 22 25
Binary 101011 110011 111110 11111 10010 0 1001100 11010111 10010 10101

Color Harmonies of #2B333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B333E

Black with #2B333E

Text Example


Text Example

White with #2B333E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,51,62); }

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

background-color css

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

 a { background-color: rgb(43,51,62); }

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

border-color css

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

 span { border-color: rgb(43,51,62); }

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