#3A380B

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

Shades of Karaka #3A380B

Tints of Karaka #3A380B

Color information

#3A380B (or 0x3A380B) is unknown color: approx Karaka. HEX triplet: 3A, 38 and 0B. RGB value is (58,56,11). Sum of RGB (Red+Green+Blue) = 58+56+11=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A380B is #C5C7F4. Grayscale: #333333. Windows color (decimal): -12961781 or 735290. OLE color: 735290.

HSL color Cylindrical-coordinate representation of color #3A380B: hue angle of 57.45º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A380B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB585611-
CMYK00.030.810.77
HSL57.45º68.12%13.53%-
HSV(B)57.45º81.03%22.75%-
XYZ3.223.750.87-
YUV51.47105.16132.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 46.4%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=46.4%
G=44.8%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58561100.030.810.7757.4568.1213.53
Hex3A38B03514D3944e
Octal727013031211157110416
Binary11101011100010110111010001100110111100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A380B; }

 p { color: rgb(58,56,11); }

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

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

 a { background-color: rgb(58,56,11); }

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

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

 span { border-color: rgb(58,56,11); }

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