#303023

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

Shades of Karaka #303023

Tints of Karaka #303023

Color information

#303023 (or 0x303023) is unknown color: approx Karaka. HEX triplet: 30, 30 and 23. RGB value is (48,48,35). Sum of RGB (Red+Green+Blue) = 48+48+35=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303023 is #CFCFDC. Grayscale: #2E2E2E. Windows color (decimal): -13619165 or 2306096. OLE color: 2306096.

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

Color convert

RGB484835-
CMYK000.270.81
HSL60º15.66%16.27%-
HSV(B)60º27.08%18.82%-
XYZ2.582.862.01-
YUV46.52121.5129.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=36.64%
G=36.64%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484835000.270.816015.6616.27
Hex303023001B513c1010
Octal6060430033121742020
Binary110000110000100011001101110100011111001000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303023; }

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

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

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

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

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

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

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

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