#303106

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

Shades of Karaka #303106

Tints of Karaka #303106

Color information

#303106 (or 0x303106) is unknown color: approx Karaka. HEX triplet: 30, 31 and 06. RGB value is (48,49,6). Sum of RGB (Red+Green+Blue) = 48+49+6=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #303106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303106 is #CFCEF9. Grayscale: #2B2B2B. Windows color (decimal): -13618938 or 405808. OLE color: 405808.

HSL color Cylindrical-coordinate representation of color #303106: hue angle of 61.4º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #303106 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.81.

Color convert

RGB48496-
CMYK0.0200.880.81
HSL61.4º78.18%10.78%-
HSV(B)61.4º87.76%19.22%-
XYZ2.352.840.6-
YUV43.8106.67131-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.60%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=46.60%
G=47.57%
B=5.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484960.0200.880.8161.478.1810.78
Hex303162058513d4eb
Octal60616201301217511613
Binary1100001100011101001011000101000111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303106; }

 p { color: rgb(48,49,6); }

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

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

 a { background-color: rgb(48,49,6); }

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

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

 span { border-color: rgb(48,49,6); }

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