#302F09

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

Shades of Karaka #302F09

Tints of Karaka #302F09

Color information

#302F09 (or 0x302F09) is unknown color: approx Karaka. HEX triplet: 30, 2F and 09. RGB value is (48,47,9). Sum of RGB (Red+Green+Blue) = 48+47+9=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 48 - color contains mainly: red. Hex color #302F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F09 is #CFD0F6. Grayscale: #2B2B2B. Windows color (decimal): -13619447 or 601904. OLE color: 601904.

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

Color convert

RGB48479-
CMYK00.020.810.81
HSL58.46º68.42%11.18%-
HSV(B)58.46º81.25%18.82%-
XYZ2.282.680.66-
YUV42.97108.83131.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 46.15%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=46.15%
G=45.19%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4847900.020.810.8158.4668.4211.18
Hex302F90251513a44b
Octal605711021211217210413
Binary11000010111110010101010001101000111101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F09; }

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

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

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

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

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

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

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

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