#373501

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

Shades of Karaka #373501

Tints of Karaka #373501

Color information

#373501 (or 0x373501) is unknown color: approx Karaka. HEX triplet: 37, 35 and 01. RGB value is (55,53,1). Sum of RGB (Red+Green+Blue) = 55+53+1=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #373501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373501 is #C8CAFE. Grayscale: #2F2F2F. Windows color (decimal): -13159167 or 79159. OLE color: 79159.

HSL color Cylindrical-coordinate representation of color #373501: hue angle of 57.78º degrees, saturation: 0.96, 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 #373501 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB55531-
CMYK00.040.980.78
HSL57.78º96.43%10.98%-
HSV(B)57.78º98.18%21.57%-
XYZ2.853.360.53-
YUV47.67101.66133.23-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 53 (21.09% from 255) = 48.62%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=50.46%
G=48.62%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553100.040.980.7857.7896.4310.98
Hex3735104624E3a60b
Octal67651041421167214013
Binary110111110101101001100010100111011101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373501; }

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

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

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

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

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

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

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

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