#313009

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

Shades of Karaka #313009

Tints of Karaka #313009

Color information

#313009 (or 0x313009) is unknown color: approx Karaka. HEX triplet: 31, 30 and 09. RGB value is (49,48,9). Sum of RGB (Red+Green+Blue) = 49+48+9=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 9 (3.91% from 255 or 8.49% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #313009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313009 is #CECFF6. Grayscale: #2C2C2C. Windows color (decimal): -13553655 or 602161. OLE color: 602161.

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

Color convert

RGB49489-
CMYK00.020.820.81
HSL58.5º68.97%11.37%-
HSV(B)58.5º81.63%19.22%-
XYZ2.372.790.67-
YUV43.85108.33131.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 9 (3.91% from 255) = 8.49%
R=46.23%
G=45.28%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4948900.020.820.8158.568.9711.37
Hex313090252513a45b
Octal616011021221217210513
Binary11000111000010010101010010101000111101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313009; }

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

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

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

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

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

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

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

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