#302F04

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

Shades of Karaka #302F04

Tints of Karaka #302F04

Color information

#302F04 (or 0x302F04) is unknown color: approx Karaka. HEX triplet: 30, 2F and 04. RGB value is (48,47,4). Sum of RGB (Red+Green+Blue) = 48+47+4=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 47 (18.75% from 255 or 47.47% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F04 is #CFD0FB. Grayscale: #2A2A2A. Windows color (decimal): -13619452 or 274224. OLE color: 274224.

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

Color convert

RGB48474-
CMYK00.020.920.81
HSL58.64º84.62%10.2%-
HSV(B)58.64º91.67%18.82%-
XYZ2.262.670.51-
YUV42.4106.33132-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 47 (18.75% from 255) = 47.47%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=48.48%
G=47.47%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4847400.020.920.8158.6484.6210.2
Hex302F4025C513b55a
Octal60574021341217312512
Binary1100001011111000101011100101000111101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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