#30302F

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

Shades of Karaka #30302F

Tints of Karaka #30302F

Color information

#30302F (or 0x30302F) is unknown color: approx Karaka. HEX triplet: 30, 30 and 2F. RGB value is (48,48,47). Sum of RGB (Red+Green+Blue) = 48+48+47=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302F is #CFCFD0. Grayscale: #2F2F2F. Windows color (decimal): -13619153 or 3092528. OLE color: 3092528.

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

Color convert

RGB484847-
CMYK000.020.81
HSL60º1.05%18.63%-
HSV(B)60º2.08%18.82%-
XYZ2.792.953.11-
YUV47.89127.5128.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=33.57%
G=33.57%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484847000.020.81601.0518.63
Hex30302F002513c113
Octal60605700212174123
Binary11000011000010111100101010001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30302F; }

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

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

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

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

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

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

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

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