#30302B

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

Shades of Karaka #30302B

Tints of Karaka #30302B

Color information

#30302B (or 0x30302B) is unknown color: approx Karaka. HEX triplet: 30, 30 and 2B. RGB value is (48,48,43). Sum of RGB (Red+Green+Blue) = 48+48+43=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302B is #CFCFD4. Grayscale: #2F2F2F. Windows color (decimal): -13619157 or 2830384. OLE color: 2830384.

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

Color convert

RGB484843-
CMYK000.100.81
HSL60º5.49%17.84%-
HSV(B)60º10.42%18.82%-
XYZ2.712.922.71-
YUV47.43125.5128.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.53%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=34.53%
G=34.53%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484843000.100.81605.4917.84
Hex30302B00A513c512
Octal606053001212174522
Binary110000110000101011001010101000111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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