#303029

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

Shades of Karaka #303029

Tints of Karaka #303029

Color information

#303029 (or 0x303029) is unknown color: approx Karaka. HEX triplet: 30, 30 and 29. RGB value is (48,48,41). Sum of RGB (Red+Green+Blue) = 48+48+41=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303029 is #CFCFD6. Grayscale: #2F2F2F. Windows color (decimal): -13619159 or 2699312. OLE color: 2699312.

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

Color convert

RGB484841-
CMYK000.150.81
HSL60º7.87%17.45%-
HSV(B)60º14.58%18.82%-
XYZ2.682.92.52-
YUV47.2124.5128.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.04%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=35.04%
G=35.04%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484841000.150.81607.8717.45
Hex30302900F513c811
Octal6060510017121741021
Binary1100001100001010010011111010001111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303029; }

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

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

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

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

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

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

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

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