#30302D

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

Shades of Karaka #30302D

Tints of Karaka #30302D

Color information

#30302D (or 0x30302D) is unknown color: approx Karaka. HEX triplet: 30, 30 and 2D. RGB value is (48,48,45). Sum of RGB (Red+Green+Blue) = 48+48+45=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302D is #CFCFD2. Grayscale: #2F2F2F. Windows color (decimal): -13619155 or 2961456. OLE color: 2961456.

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

Color convert

RGB484845-
CMYK000.060.81
HSL60º3.23%18.24%-
HSV(B)60º6.25%18.82%-
XYZ2.752.932.9-
YUV47.66126.5128.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.04%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 45 (17.97% from 255) = 31.91%
R=34.04%
G=34.04%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484845000.060.81603.2318.24
Hex30302D006513c312
Octal60605500612174322
Binary1100001100001011010011010100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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