Html Css Color HEX #2E2D19 Karaka

📋 copy color: '#2E2D19'

red 46 ◦ green 45 ◦ blue 25

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

Shades of Karaka #2E2D19

Tints of Karaka #2E2D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 38.79%

 BLUE value IS 25 (10.16% from 255) = 21.55%

R = 39.66%
G = 38.79%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.82

RGB Variations

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

Color information

#2E2D19 (or 0x2E2D19) is known color: Karaka. HEX triplet: 2E, 2D and 19. RGB value is (46,45,25). Sum of RGB (Red+Green+Blue) = 46+45+25=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2D19 is #D1D2E6. Grayscale: #2B2B2B. Windows color (decimal): -13751015 or 1649966. OLE color: 1649966.

HSL color Cylindrical-coordinate representation of color #2E2D19: hue angle of 57.14º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E2D19 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 45 25 -
CMYK 0 0.02 0.46 0.82
HSL 57.14º 0.3% 0.14% -
HSV(B) 57.14º 0.46% 0.18% -
XYZ 2.24 2.53 1.29 -
YUV 43.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 46 45 25 0 0.02 0.46 0.82 57.14 0.3 0.14
Hex 2E 2D 19 0 2 2E 52 39 1E E
Octal 56 55 31 0 2 56 122 71 36 16
Binary 101110 101101 11001 0 10 101110 1010010 111001 11110 1110

Color Harmonies of #2E2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2D19

Black with #2E2D19

Text Example


Text Example

White with #2E2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,45,25); }

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

background-color css

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

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

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

border-color css

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

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

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