#30302E

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

Shades of Karaka #30302E

Tints of Karaka #30302E

Color information

#30302E (or 0x30302E) is unknown color: approx Karaka. HEX triplet: 30, 30 and 2E. RGB value is (48,48,46). Sum of RGB (Red+Green+Blue) = 48+48+46=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302E is #CFCFD1. Grayscale: #2F2F2F. Windows color (decimal): -13619154 or 3026992. OLE color: 3026992.

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

Color convert

RGB484846-
CMYK000.040.81
HSL60º2.13%18.43%-
HSV(B)60º4.17%18.82%-
XYZ2.772.943.01-
YUV47.77127128.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.80%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=33.80%
G=33.80%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484846000.040.81602.1318.43
Hex30302E004513c212
Octal60605600412174222
Binary1100001100001011100010010100011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30302E; }

 p { color: rgb(48,48,46); }

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

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

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

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

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

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

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