#353401

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

Shades of Karaka #353401

Tints of Karaka #353401

Color information

#353401 (or 0x353401) is unknown color: approx Karaka. HEX triplet: 35, 34 and 01. RGB value is (53,52,1). Sum of RGB (Red+Green+Blue) = 53+52+1=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #353401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353401 is #CACBFE. Grayscale: #2E2E2E. Windows color (decimal): -13290495 or 78901. OLE color: 78901.

HSL color Cylindrical-coordinate representation of color #353401: hue angle of 58.85º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #353401 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB53521-
CMYK00.020.980.79
HSL58.85º96.3%10.59%-
HSV(B)58.85º98.11%20.78%-
XYZ2.73.220.51-
YUV46.48102.33132.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 49.06%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=50%
G=49.06%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5352100.020.980.7958.8596.310.59
Hex3534102624F3b60b
Octal65641021421177314013
Binary11010111010010101100010100111111101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353401; }

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

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

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

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

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

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

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

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