#30301D

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

Shades of Karaka #30301D

Tints of Karaka #30301D

Color information

#30301D (or 0x30301D) is unknown color: approx Karaka. HEX triplet: 30, 30 and 1D. RGB value is (48,48,29). Sum of RGB (Red+Green+Blue) = 48+48+29=125 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30301D is #CFCFE2. Grayscale: #2D2D2D. Windows color (decimal): -13619171 or 1912880. OLE color: 1912880.

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

Color convert

RGB484829-
CMYK000.400.81
HSL60º24.68%15.1%-
HSV(B)60º39.58%18.82%-
XYZ2.52.831.58-
YUV45.83118.5129.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.4%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=38.4%
G=38.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484829000.400.816024.6815.1
Hex30301D0028513c19f
Octal6060350050121743117
Binary11000011000011101001010001010001111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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