Html Css Color HEX #2E2E15 Karaka

📋 copy color: '#2E2E15'

red 46 ◦ green 46 ◦ blue 21

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

Shades of Karaka #2E2E15

Tints of Karaka #2E2E15

RGB

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

 GREEN value IS 46 (18.36% from 255) = 40.71%

 BLUE value IS 21 (8.59% from 255) = 18.58%

R = 40.71%
G = 40.71%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.82

RGB Variations

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

Color information

#2E2E15 (or 0x2E2E15) is known color: Karaka. HEX triplet: 2E, 2E and 15. RGB value is (46,46,21). Sum of RGB (Red+Green+Blue) = 46+46+21=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 46 - color contains mainly: red, green. Hex color #2E2E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2E15 is #D1D1EA. Grayscale: #2B2B2B. Windows color (decimal): -13750763 or 1388078. OLE color: 1388078.

HSL color Cylindrical-coordinate representation of color #2E2E15: hue angle of 60º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E2E15 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 46 21 -
CMYK 0 0 0.54 0.82
HSL 60º 0.37% 0.13% -
HSV(B) 60º 0.54% 0.18% -
XYZ 2.24 2.59 1.09 -
YUV 43.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 46 46 21 0 0 0.54 0.82 60 0.37 0.13
Hex 2E 2E 15 0 0 36 52 3C 25 D
Octal 56 56 25 0 0 66 122 74 45 15
Binary 101110 101110 10101 0 0 110110 1010010 111100 100101 1101

Color Harmonies of #2E2E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2E15

Black with #2E2E15

Text Example


Text Example

White with #2E2E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,46,21); }

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

background-color css

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

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

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

border-color css

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

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

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