#303018

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

Shades of Karaka #303018

Tints of Karaka #303018

Color information

#303018 (or 0x303018) is unknown color: approx Karaka. HEX triplet: 30, 30 and 18. RGB value is (48,48,24). Sum of RGB (Red+Green+Blue) = 48+48+24=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303018 is #CFCFE7. Grayscale: #2D2D2D. Windows color (decimal): -13619176 or 1585200. OLE color: 1585200.

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

Color convert

RGB484824-
CMYK000.50.81
HSL60º33.33%14.12%-
HSV(B)60º50%18.82%-
XYZ2.442.811.28-
YUV45.26116129.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 40%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 24 (9.77% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484824000.50.816033.3314.12
Hex3030180032513c21e
Octal6060300062121744116
Binary110000110000110000011001010100011111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303018; }

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

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

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

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

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

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

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

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