#302F0C

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

Shades of Karaka #302F0C

Tints of Karaka #302F0C

Color information

#302F0C (or 0x302F0C) is unknown color: approx Karaka. HEX triplet: 30, 2F and 0C. RGB value is (48,47,12). Sum of RGB (Red+Green+Blue) = 48+47+12=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F0C is #CFD0F3. Grayscale: #2B2B2B. Windows color (decimal): -13619444 or 798512. OLE color: 798512.

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

Color convert

RGB484712-
CMYK00.020.750.81
HSL58.33º60%11.76%-
HSV(B)58.33º75%18.82%-
XYZ2.32.690.75-
YUV43.31110.33131.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=44.86%
G=43.93%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48471200.020.750.8158.336011.76
Hex302FC024B513a3cc
Octal60571402113121727414
Binary1100001011111100010100101110100011110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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