#303027

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

Shades of Karaka #303027

Tints of Karaka #303027

Color information

#303027 (or 0x303027) is unknown color: approx Karaka. HEX triplet: 30, 30 and 27. RGB value is (48,48,39). Sum of RGB (Red+Green+Blue) = 48+48+39=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303027 is #CFCFD8. Grayscale: #2F2F2F. Windows color (decimal): -13619161 or 2568240. OLE color: 2568240.

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

Color convert

RGB484839-
CMYK000.190.81
HSL60º10.34%17.06%-
HSV(B)60º18.75%18.82%-
XYZ2.642.892.34-
YUV46.97123.5128.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.56%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 39 (15.62% from 255) = 28.89%
R=35.56%
G=35.56%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484839000.190.816010.3417.06
Hex3030270013513ca11
Octal6060470023121741221
Binary11000011000010011100100111010001111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303027; }

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

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

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

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

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

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

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

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