#393501

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

Shades of Karaka #393501

Tints of Karaka #393501

Color information

#393501 (or 0x393501) is unknown color: approx Karaka. HEX triplet: 39, 35 and 01. RGB value is (57,53,1). Sum of RGB (Red+Green+Blue) = 57+53+1=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #393501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393501 is #C6CAFE. Grayscale: #303030. Windows color (decimal): -13028095 or 79161. OLE color: 79161.

HSL color Cylindrical-coordinate representation of color #393501: hue angle of 55.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #393501 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB57531-
CMYK00.070.980.78
HSL55.71º96.55%11.37%-
HSV(B)55.71º98.25%22.35%-
XYZ2.973.420.53-
YUV48.27101.33134.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 1 (0.78% from 255) = 0.90%
R=51.35%
G=47.75%
B=0.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5753100.070.980.7855.7196.5511.37
Hex3935107624E3861b
Octal71651071421167014113
Binary111001110101101111100010100111011100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393501; }

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

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

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

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

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

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

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

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