#30300B

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

Shades of Karaka #30300B

Tints of Karaka #30300B

Color information

#30300B (or 0x30300B) is unknown color: approx Karaka. HEX triplet: 30, 30 and 0B. RGB value is (48,48,11). Sum of RGB (Red+Green+Blue) = 48+48+11=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30300B is #CFCFF4. Grayscale: #2B2B2B. Windows color (decimal): -13619189 or 733232. OLE color: 733232.

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

Color convert

RGB484811-
CMYK000.770.81
HSL60º62.71%11.57%-
HSV(B)60º77.08%18.82%-
XYZ2.342.770.73-
YUV43.78109.5131.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 44.86%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 11 (4.69% from 255) = 10.28%
R=44.86%
G=44.86%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484811000.770.816062.7111.57
Hex3030B004D513c3fc
Octal60601300115121747714
Binary110000110000101100100110110100011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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