#35341F

Color #35341F Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #35341F

Tints of Karaka #35341F

Color information

#35341F (or 0x35341F) is unknown color: approx Karaka. HEX triplet: 35, 34 and 1F. RGB value is (53,52,31). Sum of RGB (Red+Green+Blue) = 53+52+31=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #35341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35341F is #CACBE0. Grayscale: #313131. Windows color (decimal): -13290465 or 2044981. OLE color: 2044981.

HSL color Cylindrical-coordinate representation of color #35341F: hue angle of 57.27º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #35341F is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB535231-
CMYK00.020.420.79
HSL57.27º26.19%16.47%-
HSV(B)57.27º41.51%20.78%-
XYZ2.943.311.78-
YUV49.9117.33130.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 31 (12.5% from 255) = 22.79%
R=38.97%
G=38.24%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53523100.020.420.7957.2726.1916.47
Hex35341F022A4F391a10
Octal6564370252117713220
Binary1101011101001111101010101010011111110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35341F; }

 p { color: rgb(53,52,31); }

 H1.HeaderClassName
 {
   color: #35341F;
 }
 .AnyTagClassName
 {
   color: #35341F;
 }
</style>
background-color css

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

 a { background-color: rgb(53,52,31); }

 div.DivClassName
 {
   background-color: #35341F;
 }
 .BgClassName
 {
   background-color: #35341F;
 }
</style>
border-color css

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

 span { border-color: rgb(53,52,31); }

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