Html Css Color HEX #343326 Karaka

📋 copy color: '#343326'

red 52 ◦ green 51 ◦ blue 38

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

Shades of Karaka #343326

Tints of Karaka #343326

RGB

 RED value IS 52 (20.7% from 255) = 36.88%

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

 BLUE value IS 38 (15.23% from 255) = 26.95%

R = 36.88%
G = 36.17%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#343326 (or 0x343326) is known color: Karaka. HEX triplet: 34, 33 and 26. RGB value is (52,51,38). Sum of RGB (Red+Green+Blue) = 52+51+38=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #343326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343326 is #CBCCD9. Grayscale: #313131. Windows color (decimal): -13356250 or 2503476. OLE color: 2503476.

HSL color Cylindrical-coordinate representation of color #343326: hue angle of 55.71º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343326 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 51 38 -
CMYK 0 0.02 0.27 0.80
HSL 55.71º 0.16% 0.18% -
HSV(B) 55.71º 0.27% 0.2% -
XYZ 2.95 3.24 2.3 -
YUV 49.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 52 51 38 0 0.02 0.27 0.80 55.71 0.16 0.18
Hex 34 33 26 0 2 1B 50 38 10 12
Octal 64 63 46 0 2 33 120 70 20 22
Binary 110100 110011 100110 0 10 11011 1010000 111000 10000 10010

Color Harmonies of #343326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343326

Black with #343326

Text Example


Text Example

White with #343326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343326; }

 p { color: rgb(52,51,38); }

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

background-color css

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

 a { background-color: rgb(52,51,38); }

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

border-color css

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

 span { border-color: rgb(52,51,38); }

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